summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-07-07 23:07:18 -0500
committerCase Duckworth2022-07-07 23:07:18 -0500
commitfde7b61089d3acc8a0ac06e30fe58fb169c2a1af (patch)
tree1652def34c66ccd76440e08af39c0071782428da /init.el
parentUpdate README (diff)
downloademacs-fde7b61089d3acc8a0ac06e30fe58fb169c2a1af.tar.gz
emacs-fde7b61089d3acc8a0ac06e30fe58fb169c2a1af.zip
Add burly
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/init.el b/init.el index b057344..1b08fe7 100644 --- a/init.el +++ b/init.el
@@ -54,7 +54,6 @@
54 "C-<backspace>" #'+backward-kill-word 54 "C-<backspace>" #'+backward-kill-word
55 "C-x TAB" #'+indent-rigidly 55 "C-x TAB" #'+indent-rigidly
56 "<f7>" #'flyspell-mode 56 "<f7>" #'flyspell-mode
57 "C-x C-c" #'+save-buffers-quit
58 "C-\\" nil ; original: toggle-input-method 57 "C-\\" nil ; original: toggle-input-method
59 "C-/" #'undo-only 58 "C-/" #'undo-only
60 "C-?" #'undo-redo) 59 "C-?" #'undo-redo)
@@ -1137,6 +1136,10 @@
1137 browse-kill-ring-separator " ") 1136 browse-kill-ring-separator " ")
1138 (:hook #'form-feed-mode)) 1137 (:hook #'form-feed-mode))
1139 1138
1139(setup (:straight burly)
1140 (:require burly +burly)
1141 (:global "C-x C-c" #'+burly-save-then-close-frame-remembering))
1142
1140(setup (:straight (cape :host github :repo "minad/cape")) 1143(setup (:straight (cape :host github :repo "minad/cape"))
1141 (let 1144 (let
1142 ;; All available cape capfs listed here. Add them to the front since 1145 ;; All available cape capfs listed here. Add them to the front since