about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-04-19 15:25:04 -0500
committerCase Duckworth2021-04-19 15:25:04 -0500
commitd057fde4ce970b3f08c7ac9c916a760c9ad5ba02 (patch)
tree9c9efdd62142da7a344122f7924484ac3a7b47b1 /init.el
parentMerge branch 'main' of https://tildegit.org/acdw/emacs (diff)
downloademacs-d057fde4ce970b3f08c7ac9c916a760c9ad5ba02.tar.gz
emacs-d057fde4ce970b3f08c7ac9c916a760c9ad5ba02.zip
Add `acdw/kill-a-buffer' and keybinding
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el index 554f7e4..a92520b 100644 --- a/init.el +++ b/init.el
@@ -224,7 +224,8 @@
224 "M-/" hippie-expand 224 "M-/" hippie-expand
225 "M-=" count-words 225 "M-=" count-words
226 "C-x C-b" ibuffer 226 "C-x C-b" ibuffer
227 "C-c i" acdw/find-emacs-dotfiles)) 227 "C-c i" acdw/find-emacs-dotfiles
228 "C-x k" acdw/kill-a-buffer))
228 229
229;; Regular modes (`text-mode', `prog-mode', etc.) 230;; Regular modes (`text-mode', `prog-mode', etc.)
230(defun acdw/setup-regular-modes () 231(defun acdw/setup-regular-modes ()