summaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2019-12-12 11:11:01 +0000
committerMatthew Lemon <lemon@matthewlemon.com>2019-12-12 11:11:01 +0000
commit63183039f65ea45b5bd77fd97015d3c52e0bdffb (patch)
treeb65406700dd5990c9b338a33b2104f3a094a012d /init.el
parentbfa0b3bb3ff0f2b0a5adbdd2896ce2d497175872 (diff)
changed theme, font, removed evil from help modes, added PROJECT, amended agenda dispatcher
Diffstat (limited to '')
-rw-r--r--init.el26
1 files changed, 0 insertions, 26 deletions
diff --git a/init.el b/init.el
index 0281405..649da06 100644
--- a/init.el
+++ b/init.el
@@ -14,29 +14,3 @@
(org-babel-load-file "~/.emacs.d/configuration.org"))
(load-config)
-
-(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.
- '(ansi-color-faces-vector
- [default default default italic underline success warning error])
- '(ansi-color-names-vector
- ["black" "red3" "ForestGreen" "yellow3" "blue" "magenta3" "DeepSkyBlue" "gray50"])
- '(custom-enabled-themes (quote (whiteboard)))
- '(custom-safe-themes
- (quote
- ("8f97d5ec8a774485296e366fdde6ff5589cf9e319a584b845b6f7fa788c9fa9a" default)))
- '(helm-completion-style (quote emacs))
- '(org-sort-agenda-notime-is-late nil)
- '(package-selected-packages
- (quote
- (ac-cider magit blacken py-autopep8 flycheck elpy yasnippet company-lsp company lsp-ui go-autocomplete lsp-mode go-mode markdown-mode gruvbox-theme helm org cider slime evil)))
- '(pdf-view-midnight-colors (quote ("#fdf4c1" . "#282828"))))
-(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.
- )