diff options
Diffstat (limited to 'shoshimacs.org')
-rw-r--r-- | shoshimacs.org | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/shoshimacs.org b/shoshimacs.org index 579baab..fd6aed7 100644 --- a/shoshimacs.org +++ b/shoshimacs.org @@ -31,7 +31,7 @@ this is all an experiment. The following code block is the "table of contents" that determines what is "tangled" into the resulting elisp file: -#+begin_src emacs-lisp :tangle yes :noweb no-export +#+begin_src emacs-lisp :tangle ~/melpa-emacs.d/init.el :noweb no-export ;;; shoshimacs.el --- Beginner's Mind Config -*- lexical-binding:t -*- <<preamble>> @@ -203,7 +203,7 @@ impact, but i'm not concerned about that. (package-refresh-contents) ;; this will make internet requests on start up #+end_src -** Packages not in the default repos +** COMMENT Packages not in the default repos Any elisp package that is in Emacs's [[help:load-path][load-path]] can be ~require~'d and used. ~(add-to-list 'load-path (expand-file-name "some-package/" user-emacs-directory))~ @@ -624,7 +624,6 @@ company-mode RET). (add-hook 'after-init-hook 'global-company-mode) #+end_src - ** which-key which-key is an excellent package that helps provide guide posts for command |