Commit graph

12654 commits

Author SHA1 Message Date
Henrik Lissner
67fb292e47
Merge pull request #2818 from yoavm448/tex-env-folding
Add latex env support to editor/fold with hideshow
2020-04-07 17:35:04 -04:00
Henrik Lissner
568a871ec7
Merge pull request #2819 from jsravn/enable-treemacs-persp-support
Enable treemacs workspace/persp support
2020-04-07 17:34:32 -04:00
Henrik Lissner
3ad5665e77
Merge pull request #2822 from UndeadKernel/fix-org_pretty_code
lang/org: pretty symbols for the old and new word case style
2020-04-07 17:33:47 -04:00
Henrik Lissner
95a87be093
Merge pull request #2824 from JakDar/fix/ranger-fix-error-with-paste-over
fix: revert ranger version to fix paste over
2020-04-07 17:32:56 -04:00
James Ravn
68eb41faa3
Change projectile dirconfig file to .project (#2829)
* Change projectile dirconfig file to .project

So it matches the doom project marker `.project`. Otherwise you need to
create both a `.project` and then a `.projectile` with the project
configuration.

To maintain backwards compatibility, it will prefer a `.projectile` file for
dirconfig if found.
2020-04-07 17:31:44 -04:00
Henrik Lissner
76097f84fa
Merge pull request #2838 from patrl/remove-ivy-bibtex
Remove Ivy/helm-bibtex
2020-04-07 17:30:17 -04:00
Henrik Lissner
e579a64e6e
lang/latex: add basic prerequisites section to readme 2020-04-07 15:00:38 -04:00
Patrick Elliott
a3a4ad3258
Modify readme to remove references to ivy/helm-bibtex 2020-04-07 13:16:48 -04:00
Patrick Elliott
bee1a794a2
Remove redundant variable 2020-04-07 13:16:40 -04:00
Patrick Elliott
854267905b
Remove ivy/helm-bibtex packages 2020-04-07 13:16:22 -04:00
Patrick Elliott
218c2da67c
Remove redundant abstraction 2020-04-07 13:16:13 -04:00
yoavm448
5e35662b9f Add +fold flag to lang/latex for TeX-fold 2020-04-07 15:48:49 +03:00
James Ravn
dd94bd67ac
Use filter-return for downcase of uuidgen 2020-04-07 10:22:05 +01:00
Henrik Lissner
fd6b85a7d2
Refactor ido module; add ido-mode-hook 2020-04-06 21:02:55 -04:00
Kaleb Elwert
d5673cb29e Fix and improve ido module
- ido will actually be loaded at startup - I'm hoping there's a better
  way to optimize this.
- ido-sort-mtime-mode was fixed
- Up/Down were added to get closer to
  `(setq ido-vertical-define-keys 'C-n-C-p-up-down-left-right)`
- Faces were re-enabled
- The number of results are now displayed with ido
2020-04-06 17:33:05 -07:00
Sean Farley
b78c96044e irc: only use the switch buffer logic during creation
This fixes a problem where calling IRC (e.g. C-c I I) will switch to
a (seemingly random but is ordered by load order) buffer.

It also adds a `user-error` when the IRC workspace is already selected.
2020-04-06 16:31:49 -07:00
Henrik Lissner
f8090fd09b
Disable smartparens rules for org-mode
They're more troublesome than helpful, but we still want brace
autopairing, so leave smartparens-mode on.
2020-04-05 19:03:26 -04:00
Jakub Darul
ceea7e0b79 fix: revert ranger version to fix paste over 2020-04-04 13:36:28 +02:00
Henrik Lissner
2ceac53421
Prevent scrolling on magit refresh & toc-org 2020-04-04 01:27:41 -04:00
Undead Kernel
d87edaa44d lang/org: pretty symbols for old and new style
org-mode recently changed the standard for naming blocks.
Previously, it would use capitalized names; now it uses lower case
names.

E.g., #+BEGIN_SRC -> #+begin_src

Also, add a "quote" symbol for the #+begin_quote block.
2020-04-03 12:01:34 +02:00
James Ravn
b5a2cde062
Simplify :after, and add whitespace 2020-04-03 09:30:10 +01:00
Henrik Lissner
a381f59261
Fix #2807: not enough args for format string 2020-04-03 02:12:50 -04:00
Henrik Lissner
07e8032291
Fix #2807: wrong-type-arg stringp error
And minor refactor.
2020-04-03 01:41:49 -04:00
Henrik Lissner
c17bf49ea3
Bump to hlissner/ws-butler@2bb49d3
From hlissner/ws-butler@e4430d3

Fixes #2470
2020-04-03 01:09:08 -04:00
James Ravn
e05e452528
Enable treemacs workspace/persp support
With https://github.com/Alexander-Miller/treemacs/issues/592 merged,
treemacs now fully supports perspective mode. That is, each treemacs
buffer is scoped to a perspective and initializes itself using projectile.

This change re-enables treemacs-persp, enables the `Perspectives` scope,
and adjusts the doom treemacs init behavior to support the new
treemacs-persp behavior.

I haven't been able to reproduce the prior errors with melpa so I think
this is safe to re-enable now. In my testing it seems to work
flawlessly, both with and without persp-mode enabled.

Only one issue is that users might need to remove their treemacs persist
file (`~/.emacs.d/.local/cache/treemacs-persist`) after this change if
using persp-mode. I'm not sure if it is necessary since I blew away my
own before testing.
2020-04-02 21:05:49 +01:00
yoavm448
2f8b4b85fc Add latex env support to editor/fold with hideshow
Closes #2805
2020-04-02 16:03:46 +03:00
Henrik Lissner
a8f34f0f81
Fix permission-error on +pretty-code/install-patched-font #2807 2020-04-02 05:10:42 -04:00
Henrik Lissner
74f64c63f0
Add set-lsp-priority! autodef & +lsp/switch-client command
Relevant to #2689
2020-04-02 00:56:26 -04:00
Henrik Lissner
7e40c1ebe3
Fix #2752: self-aborting company-box/docs 2020-04-02 00:46:58 -04:00
Henrik Lissner
fda60c529a
docs/modules.org: add :editor god 2020-04-01 23:06:03 -04:00
Henrik Lissner
01b7b5818a
lang/org: add org-roam to readme 2020-04-01 21:49:49 -04:00
Henrik Lissner
3dc4254f1c
email/mu4e: mention missing mu4e errors in readme 2020-04-01 21:14:58 -04:00
Henrik Lissner
c80573e5b7
Bump :lang org
emacs-straight/org-mode@ba68555 -> emacs-straight/org-mode@b993576
Kungsgeten/org-brain@cae8e22 -> Kungsgeten/org-brain@ec4bd9d
dzop/emacs-jupyter@de7af25 -> dzop/emacs-jupyter@3322ce7
2020-04-01 17:31:09 -04:00
Henrik Lissner
bdbc8620e1
Bump :lang org +roam
jethrokuan/org-roam@b86d2c8 -> jethrokuan/org-roam@dfb8449
jethrokuan/company-org-roam@0d14bf5 -> jethrokuan/company-org-roam@063581d
2020-04-01 17:30:29 -04:00
Henrik Lissner
23b3b8211a
Fix #2811: expose more org-roam commands 2020-04-01 17:30:29 -04:00
Henrik Lissner
4434abf1f4
Fix #2810: org-roam-directory is reset 2020-04-01 14:51:12 -04:00
Henrik Lissner
b3af9dbc3c
Add +lsp-defer-shutdown variable 2020-04-01 13:57:21 -04:00
Henrik Lissner
4ca30d50e2
Fix #2807: wrong-number-of-args on install-patched-font 2020-04-01 12:03:56 -04:00
Henrik Lissner
5775714506
Fix #2666: init indent-guides faces on first GUI frame 2020-03-31 16:30:30 -04:00
Henrik Lissner
84d2e67633
Fix missing request in lookup module 2020-03-31 15:20:58 -04:00
Henrik Lissner
ce57eef471
Stop recentering/preserving window pos on evil searches
It needs a lot of work to not be so jarring, but I don't have the time
to perfect it, so I'll disable it for now.
2020-03-31 14:38:56 -04:00
Henrik Lissner
86506eaa53
lang/haskell: fix +ghcide 2020-03-31 13:45:32 -04:00
Henrik Lissner
ca10445837
Fix company-mlton #1947 2020-03-31 11:58:35 -04:00
James Ravn
f7fa3f3a86
Make uuidgen consistent for org-id-new
On macos/bsd systems, uuidgen produces all uppercase output. On
Linux/GNU systems it produces all lowercase output. This leads to
problems when managing org files across both systems (see e.g.
https://lists.gnu.org/archive/html/emacs-orgmode/2019-07/msg00081.html).

This change adds a defadvice for `org-id-new` to always lowercase the
output of `uuidgen` so the behavior is consistent across platforms.
2020-03-31 12:33:16 +01:00
Henrik Lissner
5e65d0e063
Load yasnippet incrementally 2020-03-31 02:24:14 -04:00
Henrik Lissner
378cab0c16
Fix 'starts with non-prefix key M-SPC' error
Mentioned in #1947
2020-03-31 02:16:54 -04:00
Henrik Lissner
b8a3cad295
Fix #2798: remove overzealous TAB keybind
Evidently, most users do not understand/like how these dispatchers work
and file a bug report about it. It's too much hassle to support so I'll
move this to my private config.
2020-03-31 02:06:55 -04:00
Henrik Lissner
f84ff0214a
Merge pull request #2796 from gsnewmark/fix-clojure-module-readme
Update Clojure module README
2020-03-31 01:01:57 -04:00
Henrik Lissner
25df9dec7c
Merge pull request #2799 from peterhoeg/langtool
grammar/langtool: support setting the path to the binary i/o jar
2020-03-31 01:01:35 -04:00
Henrik Lissner
d1c2e7b234
Slightly faster incremental loading 2020-03-31 01:01:13 -04:00