summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2022-09-29 19:08:47 -0400
committerKjetil Orbekk <kj@orbekk.com>2022-09-29 19:08:47 -0400
commit433a3643d9309a363b2e036b5109ca38bf8c103b (patch)
treec8390a2e0414f9042a4e19c841987eafa725fe94 /emacs
parent2da2078c9c25cc4b067c0d6e046e28f0d1820593 (diff)
Cleanup
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.config/emacs-kj/init.el14
1 files changed, 9 insertions, 5 deletions
diff --git a/emacs/.config/emacs-kj/init.el b/emacs/.config/emacs-kj/init.el
index 21095b6..98a9f11 100644
--- a/emacs/.config/emacs-kj/init.el
+++ b/emacs/.config/emacs-kj/init.el
@@ -1,4 +1,8 @@
;;; -*- lexical-binding: t; -*-
+
+;;; TODO
+;; - Trailing whitespace visualization
+
(setq straight-check-for-modifications nil)
(defvar bootstrap-version)
(let ((bootstrap-file
@@ -58,7 +62,7 @@
(("C-c e" . ace-window))
:config
(setq aw-dispatch-always t)
- (setq aw-keys '(?a ?o ?e ?u ?i ?d ?h ?t ?n ?s))
+ (setq aw-keys '(?a ?o ?e ?u ?i ?d ?h ?t ?n ?s))
)
(defun kj/split-window-below ()
@@ -96,12 +100,12 @@
(("C-." . embark-act)
("C-;" . embark-dwim)
("C-h C-b" . embark-bindings))
-
+
:init
(setq prefix-help-command #'embark-prefix-help-command)
-
+
:config
-
+
;; Hide the mode line of the Embark live/completions buffers
(add-to-list 'display-buffer-alist
'("\\`\\*Embark Collect \\(Live\\|Completions\\)\\*"
@@ -245,7 +249,7 @@
:custom
(completion-styles '(orderless basic))
(completion-category-overrides '((file (styles basic partial-completion)))))
-
+
(use-package which-key
:init
(which-key-mode))