about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
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