From 4381c92be03094f9711337b17d06077c0dc23ed5 Mon Sep 17 00:00:00 2001 From: Ashton Wiersdorf Date: Sun, 26 Mar 2023 15:34:54 -0600 Subject: Fix mixin name in sample comments --- init.el | 4 ++-- 1 file 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") -- cgit v1.2.3