From 923a3f05fec2a0b2d6fab2de1b21f8982e8727d5 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Thu, 24 Aug 2023 23:50:25 -0500 Subject: [PATCH] Minor edits --- .config/emacs/config.el | 2 +- .config/emacs/config.org | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/emacs/config.el b/.config/emacs/config.el index 27143d5..1574b0e 100644 --- a/.config/emacs/config.el +++ b/.config/emacs/config.el @@ -184,7 +184,7 @@ "b C" '(clone-indirect-buffer-other-window :wk "Clone indirect buffer in new window") "b d" '(bookmark-delete :wk "Delete bookmark") "b i" '(ibuffer :wk "Ibuffer") - "b k" '(kill-this-buffer :wk "Kill this buffer") + "b k" '(kill-current-buffer :wk "Kill current buffer") "b K" '(kill-some-buffers :wk "Kill multiple buffers") "b l" '(list-bookmarks :wk "List bookmarks") "b m" '(bookmark-set :wk "Set bookmark") diff --git a/.config/emacs/config.org b/.config/emacs/config.org index 8e254f4..74425c5 100644 --- a/.config/emacs/config.org +++ b/.config/emacs/config.org @@ -311,7 +311,7 @@ You can use the bindings CTRL plus =/- for zooming in/out. You can also use CTR "b C" '(clone-indirect-buffer-other-window :wk "Clone indirect buffer in new window") "b d" '(bookmark-delete :wk "Delete bookmark") "b i" '(ibuffer :wk "Ibuffer") - "b k" '(kill-this-buffer :wk "Kill this buffer") + "b k" '(kill-current-buffer :wk "Kill current buffer") "b K" '(kill-some-buffers :wk "Kill multiple buffers") "b l" '(list-bookmarks :wk "List bookmarks") "b m" '(bookmark-set :wk "Set bookmark") @@ -760,6 +760,7 @@ The following settings are simple modes that are enabled (or disabled) so that E (scroll-bar-mode -1) ;; Disable the scroll bar (tool-bar-mode -1) ;; Disable the tool bar (setq org-edit-src-content-indentation 0) ;; Set src block automatic indent to 0 instead of 2. + #+end_src * SHELLS AND TERMINALS