diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-12-16 08:31:03 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-12-16 08:31:03 +0000 |
commit | ac35cac15a301d0b565cdfb71c39af21139dbd49 (patch) | |
tree | 8ad702925e2ea956e347f91c50777aa66b7a5d5c | |
parent | 9d30833e3a3415b5819f9c5c6ebb0cf66f1dabff (diff) |
REMOVED CUSTOM.EL!
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | custom.el | 39 |
2 files changed, 1 insertions, 39 deletions
@@ -36,3 +36,4 @@ org-clock-save.el /tramp bookmarkscustom.el bookmarks +custom.el diff --git a/custom.el b/custom.el deleted file mode 100644 index fe09128..0000000 --- a/custom.el +++ /dev/null @@ -1,39 +0,0 @@ -(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. - '(company-show-quick-access t nil nil "Customized with use-package company") - '(custom-safe-themes - '("3d2e532b010eeb2f5e09c79f0b3a277bfc268ca91a59cdda7ffd056b868a03bc" default)) - '(display-line-numbers-type 'relative t) - '(display-time-mode t) - '(ispell-dictionary nil) - '(notmuch-saved-searches - '((:name "Inbox" :query "tag:inbox" :count-query "tag:inbox and tag:unread" :sort-order newest-first :key "i") - (:name "Unread" :query "tag:unread" :sort-order newest-first :key "u") - (:name "Sent" :query "tag:sent" :sort-order newest-first :key "s") - (:name "All Mail" :query "*" :sort-order newest-first :key "a") - (:name "School" :query "tag:school" :sort-order newest-first :key "S") - (:name "Deleted" :query "tag:deleted" :sort-order newest-first :key "d") - (:name "todo" :query "tag:todo"))) - '(package-selected-packages - '(consult-notes ef-themes flycheck-clj-kondo pass vertico denote orderless consult-lsp undo-tree embark-consult embark marginalia markdown-mode eglot helm popup async notmuch ivy calfw-org calfw unicode-fonts deft cider org-roam org yasnippet-snippets which-key vterm use-package rainbow-delimiters pdf-tools paredit magit ledger-mode gruvbox-theme flycheck expand-region evil elpy elfeed-score diminish counsel cmake-mode browse-kill-ring beacon auto-package-update amx ace-window ace-jump-mode)) - '(safe-local-variable-values - '((mrl/in-mod-denote . t) - (denote-templates - (modjournal . "* MOD Journal")) - (denote-known-keywords "defnucsyr" "metanote" "meeting" "cyber" "baes" "rrdl" "opberths" "swow") - (org-hide-leading-stars \.t) - (org-hide-macro-markers \.t) - (denote-infer-keywords) - (denote-known-keywords "defnucsyr" "meeting" "cyber" "baes" "rrdl" "opberths" "swow") - (denote-known-keywords "food" "drink"))) - '(show-paren-mode t) - '(tool-bar-mode nil)) -(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. - '(default ((t (:family "Iosevka Fixed" :foundry "UKWN" :slant normal :weight normal :height 132 :width normal))))) |