aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshton Wiersdorf <mail@wiersdorf.dev>2023-03-26 15:34:54 -0600
committerAshton Wiersdorf <mail@wiersdorf.dev>2023-03-26 15:34:54 -0600
commit4381c92be03094f9711337b17d06077c0dc23ed5 (patch)
tree3efee957af67cfe07eb4f66741db9e21d761ce83
parent93e6519de7e92e769c9d59837dffc81a0dcc128a (diff)
Fix mixin name in sample comments
-rw-r--r--init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.el b/init.el
index 98a72dd..0684f4c 100644
--- a/init.el
+++ b/init.el
@@ -101,7 +101,7 @@ If the new path's directories does not exist, create them."
(keymap-set minibuffer-mode-map "TAB" 'minibuffer-complete) ; TAB acts more like how it does in the shell
;; For a fancier built-in completion option, try ido-mode or fido-mode. See also
-;; the file mixins/ui.el
+;; the file mixins/base.el
;(fido-vertical-mode)
;(setq icomplete-delay-completions-threshold 4000)
@@ -181,7 +181,7 @@ If the new path's directories does not exist, create them."
;; Uncomment these lines or copy from the mixin/ files as you see fit
;; UI/UX enhancements mostly focused on minibuffer and autocompletion interfaces
-;(load-file "mixins/ui.el")
+;(load-file "mixins/base.el")
;; Packages for software development
;(load-file "mixins/dev.el")