d7b3ee2a0383ceb3d7331b2f59f35afaa1162244
commit d7b3ee2a0383ceb3d7331b2f59f35afaa1162244
Author: Simon Watson <spw01@protonmail.com>
Date: Thu Jul 1 19:50:35 2021 -0400

Updated mac config

diff --git a/emacs/.emacs-mac b/emacs/.emacs-mac
index 481bd34..773a24e 100644
--- a/emacs/.emacs-mac
+++ b/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.
+ )