Add Modules/Packages/Settings from Personal Config

- Enable treemacs, Jupyter notebook, make, and haskell modules in init.el
- Add projectile search path in config.el
- Add org-auto-tangle, tab-width, and highlight-indent-guides config to config.el
- Add org-auto-tangle, fish-mode, git file modes, and vimrc mode to packages.el
This commit is contained in:
Sravan Balaji
2021-09-16 10:47:24 -04:00
parent 1ff3fd0aa7
commit 82682917cd
4 changed files with 50 additions and 8 deletions

View File

@@ -48,3 +48,10 @@
;(unpin! pinned-package another-pinned-package)
;; ...Or *all* packages (NOT RECOMMENDED; will likely break things)
;(unpin! t)
(package! org-auto-tangle)
(package! fish-mode)
(package! gitattributes-mode)
(package! gitconfig-mode)
(package! gitignore-mode)
(package! vimrc-mode)