diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2019-12-12 11:11:01 +0000 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2019-12-12 11:11:01 +0000 |
commit | 63183039f65ea45b5bd77fd97015d3c52e0bdffb (patch) | |
tree | b65406700dd5990c9b338a33b2104f3a094a012d /init.el | |
parent | bfa0b3bb3ff0f2b0a5adbdd2896ce2d497175872 (diff) |
changed theme, font, removed evil from help modes, added PROJECT, amended agenda dispatcher
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 26 |
1 files changed, 0 insertions, 26 deletions
@@ -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. - ) |