moved local packages to separate folder
Allows me to update the load-path and rely on ‘use-package‘ to manage/configure these packages
This commit is contained in:
9
init.el
9
init.el
@@ -11,6 +11,8 @@
|
||||
; If startup times are slow
|
||||
; (setq use-package-verbose t)
|
||||
|
||||
(add-to-list 'load-path (concat (file-name-parent-directory user-init-file) "local-lisp/"))
|
||||
|
||||
(use-package emacs)
|
||||
(setq tab-bar-show nil)
|
||||
(setq inhibit-startup-message t)
|
||||
@@ -384,5 +386,8 @@
|
||||
|
||||
(use-package dockerfile-mode)
|
||||
|
||||
(load-file (concat (file-name-parent-directory user-init-file) "odin-mode.el"))
|
||||
(load-file (concat (file-name-parent-directory user-init-file) "codex.el"))
|
||||
(use-package odin-mode
|
||||
:ensure nil)
|
||||
|
||||
(use-package codex
|
||||
:ensure nil)
|
||||
|
||||
Reference in New Issue
Block a user