diff options
author | David Morgan <djm_uk@protonmail.com> | 2021-05-26 10:06:56 +0000 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2021-05-26 10:06:56 +0000 |
commit | b5e8c2052c43e9865aad35380ff0b36cabae19d2 (patch) | |
tree | 64df1a2604066e1f5d3c0c2fc6a01ce85090d17b /emacs-prelude/personal/custom.el | |
parent | ccfeb564b6507fdf9b202527f90e6d11d50350eb (diff) | |
download | dotfiles-b5e8c2052c43e9865aad35380ff0b36cabae19d2.tar.gz |
Add emacs prelude config
Diffstat (limited to 'emacs-prelude/personal/custom.el')
-rw-r--r-- | emacs-prelude/personal/custom.el | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/emacs-prelude/personal/custom.el b/emacs-prelude/personal/custom.el new file mode 100644 index 0000000..5a298bd --- /dev/null +++ b/emacs-prelude/personal/custom.el @@ -0,0 +1,14 @@ +(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. + '(org-agenda-files '("~/foo.org")) + '(package-selected-packages + '(hydra helm-projectile counsel-projectile ivy-hydra easy-kill-extras paredit-functions eval-expr lsp clj-refactor flycheck-clj-kondo yasnippet paredit dashboard doom-modeline minions all-the-icons helm emacs-dashboard company-quickhelp company-box company-prescient ivy-prescient yaml-mode web-mode lsp-ui lsp-mode json-mode js2-mode rainbow-mode elisp-slime-nav cider clojure-mode rainbow-delimiters company counsel swiper ivy exec-path-from-shell zop-to-char zenburn-theme which-key volatile-highlights undo-tree super-save smartrep smartparens operate-on-number nlinum move-text magit projectile imenu-anywhere hl-todo guru-mode gitignore-mode gitconfig-mode git-timemachine gist flycheck expand-region epl editorconfig easy-kill diminish diff-hl discover-my-major crux browse-kill-ring anzu ag ace-window))) +(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. + '(aw-leading-char-face ((t (:foreground "white" :background "red" :weight bold :height 2.5 :box (:line-width 10 :color "red")))))) |