Nick Clark
cdeb3a9f7f
Fix emacs bindings to use :checkers
...
Replaced :tools flycheck and flyspell with :checkers syntax and
spell.
2020-05-03 14:45:21 -04:00
Henrik Lissner
383bc03f4c
Bump :ui treemacs
...
Alexander-Miller/treemacs@10c96c9 -> Alexander-Miller/treemacs@5c01829
The new treemacs-add-and-display-current-project command does what the
old +treemacs/toggle did, now we just need +treemacs/toggle to
do-what-I-mean with respect to projects (if not in a project,
treemacs-add-and-display-current-project unhelpfully aborts with an
error).
2020-05-03 13:39:29 -04:00
Henrik Lissner
ba8892d7e9
Fix #3004 : stale root cache on project search
2020-04-30 19:02:20 -04:00
Henrik Lissner
798b5bdaea
Add +default-want-RET-continue-comments option
...
For disabling comment continuation on RET.
2020-04-30 16:29:12 -04:00
Henrik Lissner
1f52ae8566
Bump :config
...
abo-abo/avy@3bf8314 -> abo-abo/avy@509471b
noctuid/link-hint.el@0d9cabc -> noctuid/link-hint.el@7440704
We're also transitioning from abbreviated SHA1 hashes to full ones. See
45cdfb125
for why.
2020-04-30 01:30:19 -04:00
Henrik Lissner
2deaafd03a
Fix #2990 : C-j/C-k in minibuffer w/ evil-collection
2020-04-29 00:20:01 -04:00
Henrik Lissner
019e988b8d
org-roam-graph-show -> org-roam-graph
...
org-roam-graph-show is deprecated
Closes #2987
2020-04-27 13:33:00 -04:00
Henrik Lissner
01ab30adeb
Flip C-f/C-b and M-f/M-b back to their defaults
...
To stay consistent with Emacs' keybinds.
2020-04-27 01:51:18 -04:00
Henrik Lissner
64f15bfe3c
Fix getting started link in readme
2020-04-27 01:47:20 -04:00
Henrik Lissner
a21b6d35a4
Make C-` & C-~ available outside of normal mode
2020-04-26 19:21:51 -04:00
Henrik Lissner
fad164bc01
Merge pull request #2970 from ineu/fix-typo
...
Fix typo in key bindings
2020-04-26 04:23:42 -04:00
Henrik Lissner
077b6f00d4
Swap C-j/C-k history keys in evil-ex
...
Typo reported by @howsiwei in hlissner/doom-emacs@77542bc
2020-04-26 04:09:46 -04:00
Henrik Lissner
fe5e6fff9a
Remove redundant yasnippet keybinds
2020-04-26 02:33:06 -04:00
Henrik Lissner
6cb1390fac
Fix #2968 : refactor how org-directory default is set
2020-04-25 15:43:05 -04:00
Henrik Lissner
77542bcccc
Bind C-j/C-k to next/prev history in evil-ex
2020-04-25 14:04:09 -04:00
Eugene Diachkin
ade60c9265
Fix typo in key bindings
2020-04-25 16:53:06 +03:00
Henrik Lissner
06d5d5e6c0
General refactors, reformatting & comment revision
2020-04-23 23:56:17 -04:00
Henrik Lissner
09d344541f
epa-pinentry-mode -> epg-pinentry-mode
...
Because epa-pinentry-mode is deprecated in 27+
2020-04-23 16:52:54 -04:00
James Ravn
c56afcfe01
Add lsp-command-map to SPC-c-l
...
The default lsp-mode bindings are bound to `s-l` which is impractical
for anyone using keybindings in their window manager. It also conflicts
w/ the doom approach of using leader keys. This change makes
all the default lsp bindings (see
https://github.com/emacs-lsp/lsp-mode#commands ) available on SPC-c-l.
So for example, restarting the lsp server can be done with `SPC c l s r`.
2020-04-21 22:22:14 +01:00
Henrik Lissner
763932a55c
Merge pull request #2884 from brianmcgillion/biblio
...
Add org-noter package
2020-04-17 19:16:06 -04:00
Henrik Lissner
5502013906
Bump :lang org
...
fuxialexander/org-pdftools@4156b67 -> fuxialexander/org-pdftools@67964a5
integral-dw/org-superstar-mode@4897c33 -> integral-dw/org-superstar-mode@09ddc28
jethrokuan/org-roam@e33c144 -> jethrokuan/org-roam@6175739
magit/orgit@0242088 -> magit/orgit@7d6afa5
2020-04-17 15:47:04 -04:00
Brian McGillion
317beed13c
Add missing Notes bindings to evil and emacs
2020-04-17 16:45:26 +04:00
Brian McGillion
2dd84b8e2f
Add org-noter package
...
This package allows the creation of notes on a document (pdf, EPub,
etc.) which will be kept in sync with the document. Providing context
sensitive annotations that are managed in plaintext.
2020-04-17 16:39:51 +04:00
Brian McGillion
3cf6e56e3e
Align emacs-bindings and evil-bindings
2020-04-16 07:02:38 +04:00
Henrik Lissner
dad93db56e
Merge pull request #2861 from bdarcus/biblio-module
...
adding new biblio module
2020-04-15 14:28:40 -04:00
Bruce D'Arcus
0c2cebadca
adding new biblio module
2020-04-15 12:06:22 -04:00
Henrik Lissner
bce0cc2152
Change how evil-easymotion is lazy loaded
...
Fixes an issue where gs wouldn't work after an operator.
2020-04-14 15:41:54 -04:00
Henrik Lissner
1d6f0b3e44
Move undo-fu keybinds to :emacs undo module
2020-04-13 18:50:29 -04:00
Henrik Lissner
a00dc055ba
Fix C-j/C-k for some helm commands
2020-04-12 20:07:20 -04:00
Brian McGillion
a1f6b75e95
Add KB for searching for symbol in project
...
Add a reasonable binding to search a project for the symbol at point.
2020-04-10 17:24:06 +04:00
Henrik Lissner
b78fc4eb76
Minor refactor & reformatting across the board
2020-04-08 15:30:10 -04:00
Henrik Lissner
8d77518710
Add default undo-fu keybinds for vanilla users
2020-04-08 04:15:16 -04:00
Henrik Lissner
23b3b8211a
Fix #2811 : expose more org-roam commands
2020-04-01 17:30:29 -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
Kelvin Porter
ad70b82009
org-roam-show-graph -> org-roam-graph-show
...
org-roam-show-graph marked obsolete by org-roam commit 22b9d4b, see https://github.com/jethrokuan/org-roam/pull/363
2020-03-30 03:14:01 -04:00
Henrik Lissner
f28a304abd
Add +roam submodule to lang/org
...
Closes #2764 , #2759
2020-03-29 19:02:09 -04:00
Henrik Lissner
064603f6e6
Only bind C-s in minibuffer if ivy/helm are available
2020-03-28 20:08:53 -04:00
Henrik Lissner
8f685a3c31
Fix #2756 : make C-a/C-e truly shift-select aware
2020-03-28 00:41:04 -04:00
Henrik Lissner
5b0782f234
Bump :config default
...
abo-abo/avy@cf95ba9 -> abo-abo/avy@3bf8314
magnars/expand-region.el@1603d01 -> magnars/expand-region.el@ea6b4cb
2020-03-27 18:12:27 -04:00
Henrik Lissner
169f9a6121
General, minor refactor & reformatting
2020-03-27 01:25:30 -04:00
Henrik Lissner
efaafe9042
Fix 'SPC t w' when :editor word-wrap is enabled
2020-03-19 23:34:29 -04:00
Henrik Lissner
2fcc338702
Don't disable backquote in lisp mode comments
2020-03-12 11:30:20 -04:00
Henrik Lissner
dd402b7db3
Remove references to enh-ruby-mode
2020-03-12 11:29:54 -04:00
Henrik Lissner
a25dea91d8
Bump :emacs vc
...
rmuslimov/browse-at-remote@aeee6bf -> rmuslimov/browse-at-remote@771a307
Closes #2680
2020-03-08 13:07:50 -04:00
Henrik Lissner
69f14bc3da
Apply smartparens lisp rules to sly-mrepl-mode
2020-03-06 15:26:36 -05:00
Henrik Lissner
17e99f9b99
Fix #2661 : missing evil-easymotion keybinds
...
If you loaded org before evil-easymotion, this keybind would overwrite
all the default evil-easymotion keybinds.
2020-03-05 13:09:46 -05:00
Sebastian Sturm
2ce58c6df3
Extend backend-agnostic vc functionality
...
this commit adds a default keybinding for the vc-gutter hydra (leader-g
.) if both vc-gutter and hydra are enabled. It ensures that the various
vc-*-log-view-modes open up in emacs state, and it adds hg, svn and bzr
to the list of vc backends handled by git-gutter
2020-02-29 14:41:20 +01:00
Henrik Lissner
25b9cd1a1c
Fix #2616 : old keybind to defunct command
...
It was replaced in 524985e
2020-02-26 17:43:54 -05:00
Henrik Lissner
f426623e4b
Revert 3bb384f95
& improve ocaml comment continuation
...
Back to the default behavior because this implementation was too buggy.
Solution needs a rework.
2020-02-25 22:35:50 -05:00
Henrik Lissner
279c3d6160
Fallback to visual-line-mode if +word-wrap is disabled
...
On `SPC t w`
2020-02-25 20:06:40 -05:00