diff --git a/lib/extensions/editor.el b/lib/extensions/editor.el index b430b2f..515a447 100644 --- a/lib/extensions/editor.el +++ b/lib/extensions/editor.el @@ -23,9 +23,6 @@ ;; TODO: Move this to an ability (depends-on 'solaire-mode) -(with-ability dired+ - (depends-on 'dired+)) - (with-ability nlinum (depends-on 'nlinum)) diff --git a/lib/fg42/base.el b/lib/fg42/base.el index 29a9589..93ad281 100644 --- a/lib/fg42/base.el +++ b/lib/fg42/base.el @@ -16,7 +16,7 @@ local should be 't' if theme is on FG42 it self" ;; Functions ------------------------------ (defun load-default-theme () "Load the given theme name" - + (make-directory (file-name-as-directory (expand-file-name "themes" (file-name-directory (locate-library "color-theme")))) t) (require default-theme) (eval-after-load "color-theme" '(progn