Browse Source

Remove unused modules

Simon Watson 3 years ago
parent
commit
0debef54e7
1 changed files with 2 additions and 3 deletions
  1. 2 3
      emacs/.emacs-mac

+ 2 - 3
emacs/.emacs-mac

@@ -22,8 +22,6 @@
 (straight-use-package 'auto-complete)
 (straight-use-package 'auto-complete)
 (straight-use-package '(nano-theme :type git :host github
 (straight-use-package '(nano-theme :type git :host github
                                    :repo "rougier/nano-theme"))
                                    :repo "rougier/nano-theme"))
-(straight-use-package 'use-package)
-(straight-use-package 'org)
 (straight-use-package
 (straight-use-package
  '(slime-company :type git :host github :repo "anwyn/slime-company"))
  '(slime-company :type git :host github :repo "anwyn/slime-company"))
 (straight-use-package 'sublimity)
 (straight-use-package 'sublimity)
@@ -81,7 +79,8 @@
 (setq auto-save-file-name-transforms
 (setq auto-save-file-name-transforms
       `((".*" ,temporary-file-directory t)))
       `((".*" ,temporary-file-directory t)))
 
 
-(load-theme 'moe-light t)
+;(load-theme 'moe-light t)
+(load-theme 'nano t)
 
 
 (display-time-mode t)
 (display-time-mode t)
 (display-line-numbers-mode t)
 (display-line-numbers-mode t)