diff options
| author | fpi | 2021-01-02 15:20:23 +0100 | 
|---|---|---|
| committer | fpi | 2022-03-17 14:37:55 +0100 | 
| commit | 7a2846be0bdc8fee0259b145e2557bf18e779f5a (patch) | |
| tree | 574e7e522dfe6412f0e4584b3fc55effbc19fc73 | |
| parent | Add bbdb symlink (diff) | |
Remove ~/.emacs.d/lisp from load path
| -rw-r--r-- | emacs-init.org | 6 | 
1 files changed, 0 insertions, 6 deletions
diff --git a/emacs-init.org b/emacs-init.org index 84e6840..3171aec 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -4,7 +4,6 @@  - [[#overview][Overview]]    - [[#about-this-document][About this document]]  - [[#base-settings][Base settings]] -  - [[#setup-load-path][Setup load path]]    - [[#meta-packages][Meta packages]]    - [[#gui-interface][GUI Interface]]    - [[#font][Font]] @@ -198,11 +197,6 @@ Notable configs:  - [[http://doc.norang.ca/org-mode.html][Bernt Hansen]]  * Base settings -** Setup load path -Folder for additional lisp files I may want to load. -#+BEGIN_SRC emacs-lisp -(add-to-list 'load-path "~/.emacs.d/lisp") -#+END_SRC  ** Meta packages  Packages that don't do anything by themselves, but can be used to help  with other package definition and customization.  | 
