diff options
author | 2018-12-24 15:52:55 -0500 | |
---|---|---|
committer | 2018-12-24 16:01:30 -0500 | |
commit | e738f03b3599a28b260f6b0f502e886564994a41 (patch) | |
tree | ba13d5c569b4874e2dd44424bf69cccfbdf85f6e /init.org | |
parent | 42b1fa9b023f964d566a74adc01376529d3e4e5a (diff) | |
download | configs-e738f03b3599a28b260f6b0f502e886564994a41.tar.gz configs-e738f03b3599a28b260f6b0f502e886564994a41.tar.xz configs-e738f03b3599a28b260f6b0f502e886564994a41.zip |
[emacs][wip] enable Emacs Enhancements
Diffstat (limited to 'init.org')
-rw-r--r-- | init.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1749,7 +1749,7 @@ treemacs (use-package guix) #+end_src -* COMMENT Emacs enhancements +* Emacs enhancements :PROPERTIES: :CUSTOM_ID: emacs-enhancements :END: @@ -1864,7 +1864,7 @@ Emacs package that displays available keybindings in popup ** [[https://github.com/bbatsov/crux][crux]] #+begin_src emacs-lisp -(use-package crux +(use-package crux ; results in Waiting for git... [2 times] :defer 1 :bind (("C-c b k" . crux-kill-other-buffers) ("C-c d" . crux-duplicate-current-line-or-region) |