summaryrefslogtreecommitdiff
path: root/emacs-config.org
diff options
context:
space:
mode:
authorBlake Romero <blake@blkrom.com>2025-07-09 19:42:31 +0100
committerBlake Romero <blake@blkrom.com>2025-07-09 19:42:31 +0100
commitadce04cab5db1914c08e6fa88598b7b02f4dd85c (patch)
tree5b30d98167515e2b748e2b25b2c29d9aaa24b253 /emacs-config.org
parent98c10df33c5b581ab088953bbdccc81592919a2b (diff)
Amend document whitespace
Diffstat (limited to 'emacs-config.org')
-rw-r--r--emacs-config.org7
1 files changed, 4 insertions, 3 deletions
diff --git a/emacs-config.org b/emacs-config.org
index ca05949..ec544c8 100644
--- a/emacs-config.org
+++ b/emacs-config.org
@@ -47,9 +47,10 @@ Set whitespace column length and symbols.
(setq-default
whitespace-line-column fill-column
whitespace-display-mappings '((space-mark ?\s [?·] [?.])
- (newline-mark ?\n [?↴ ?\n])
- (tab-mark ?\t [?➔ ?\t] [?\\ ?\t]))))
+ (newline-mark ?\n [?↴ ?\n])
+ (tab-mark ?\t [?➔ ?\t] [?\\ ?\t]))))
#+end_src
+
** Theme
Enable theme.
#+begin_src elisp
@@ -60,7 +61,7 @@ Enable theme.
Enable completions previews.
#+begin_src elisp
(add-hook 'prog-mode-hook
- #'completion-preview-mode)
+ #'completion-preview-mode)
#+end_src
Set completion keybindings.