Przeglądaj źródła

Updated mac config

Simon Watson 3 lat temu
rodzic
commit
d7b3ee2a03
1 zmienionych plików z 22 dodań i 1 usunięć
  1. 22 1
      emacs/.emacs-mac

+ 22 - 1
emacs/.emacs-mac

@@ -28,6 +28,12 @@
 (straight-use-package 'neotree)
 (straight-use-package 'rust-mode)
 (straight-use-package 'powerline)
+(straight-use-package 'markdown-mode)
+(straight-use-package 'moe-theme)
+(straight-use-package 'ample-theme)
+
+(require 'markdown-mode)
+
 
 (require 'powerline)
 (powerline-default-theme)
@@ -39,6 +45,8 @@
 (dashboard-setup-startup-hook)
 
 (require 'auto-complete)
+(global-auto-complete-mode t)
+
 (require 'all-the-icons)
 
 (require 'sublimity-scroll)
@@ -60,4 +68,17 @@
 (setq auto-save-file-name-transforms
       `((".*" ,temporary-file-directory t)))
 
-(load-theme 'nano t)
+(load-theme 'moe-light t)
+(custom-set-variables
+ ;; custom-set-variables was added by Custom.
+ ;; If you edit it by hand, you could mess it up, so be careful.
+ ;; Your init file should contain only one such instance.
+ ;; If there is more than one, they won't work right.
+ '(custom-safe-themes
+   '("01106ca9b4446341ecb86a76b9db48f1100e2eb13980aa0ec6f6adf8e69fd9a7" "bf798e9e8ff00d4bf2512597f36e5a135ce48e477ce88a0764cfb5d8104e8163" "0feb7052df6cfc1733c1087d3876c26c66410e5f1337b039be44cb406b6187c6" default)))
+(custom-set-faces
+ ;; custom-set-faces was added by Custom.
+ ;; If you edit it by hand, you could mess it up, so be careful.
+ ;; Your init file should contain only one such instance.
+ ;; If there is more than one, they won't work right.
+ )