From b1927ce51dd14a2fee552b074d4221f4b4f09e8c Mon Sep 17 00:00:00 2001 From: Ashton Wiersdorf Date: Mon, 4 Sep 2023 15:27:35 -0600 Subject: Improve loading of avy and embark --- init.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index cb03e46..22eabbd 100644 --- a/init.el +++ b/init.el @@ -189,21 +189,24 @@ If the new path's directories does not exist, create them." :config (load-theme 'modus-vivendi)) ; for light theme, use modus-operandi - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; ;;; Optional mixins ;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; Uncomment these lines or copy from the mixin/ files as you see fit +;; Uncomment the (load-file …) lines or copy from the mixin/ files as desired ;; UI/UX enhancements mostly focused on minibuffer and autocompletion interfaces +;; These ones are *strongly* recommended! ;(load-file (expand-file-name "mixins/base.el" user-emacs-directory)) ;; Packages for software development ;(load-file (expand-file-name "mixins/dev.el" user-emacs-directory)) +;; Vim-bindings in Emacs (evil-mode configuration) +;(load-file (expand-file-name "mixins/vim-like.el" user-emacs-directory)) + ;; Org-mode configuration ;; WARNING: need to customize things inside the mixin file before use! See ;; the file mixins/org-intro.txt for help. @@ -217,9 +220,6 @@ If the new path's directories does not exist, create them." ;; Tools for academic researchers ;(load-file (expand-file-name "mixins/researcher.el" user-emacs-directory)) -;; Vim-bindings in Emacs (evil-mode configuration) -;(load-file (expand-file-name "mixins/vim-like.el" user-emacs-directory)) - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; ;;; Built-in customization framework -- cgit v1.2.3