diff options
author | Ashton Wiersdorf <mail@wiersdorf.dev> | 2023-03-26 15:34:54 -0600 |
---|---|---|
committer | Ashton Wiersdorf <mail@wiersdorf.dev> | 2023-03-26 15:34:54 -0600 |
commit | 4381c92be03094f9711337b17d06077c0dc23ed5 (patch) | |
tree | 3efee957af67cfe07eb4f66741db9e21d761ce83 | |
parent | 93e6519de7e92e769c9d59837dffc81a0dcc128a (diff) |
Fix mixin name in sample comments
-rw-r--r-- | init.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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") |