diff options
Diffstat (limited to 'emacs/.emacs.d/custom.el')
-rw-r--r-- | emacs/.emacs.d/custom.el | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/emacs/.emacs.d/custom.el b/emacs/.emacs.d/custom.el deleted file mode 100644 index c5b8b08..0000000 --- a/emacs/.emacs.d/custom.el +++ /dev/null @@ -1,53 +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. - '(ansi-color-faces-vector - [default bold shadow italic underline success warning error]) - '(awesome-tray-mode-line-active-color "#2fafff") - '(awesome-tray-mode-line-inactive-color "#323232") - '(custom-safe-themes - '("c5ded9320a346146bbc2ead692f0c63be512747963257f18cc8518c5254b7bf5" "824d07981667fd7d63488756b6d6a4036bae972d26337babf7b56df6e42f2bcd" "13fa7a304bd53aa4c0beec4c25c4f811de499bce9deb326798265ed0015b3b78" "a41b81af6336bd822137d4341f7e16495a49b06c180d6a6417bf9fd1001b6d2b" "63df625509cec7b2b7deba1d48ef07ffbee99c735a95d130ad9d1fc3df8b9a34" "55c2069e99ea18e4751bd5331b245a2752a808e91e09ccec16eb25dadbe06354" "5f1bd7f67dc1598977e69c6a0aed3c926f49581fdf395a6246f9bc1df86cb030" "6731049cee8f7cbd542d7b3e1c551f3fab716a92119bd7c77f0bd1ef20849fb8" "28caf31770f88ffaac6363acfda5627019cac57ea252ceb2d41d98df6d87e240" "947190b4f17f78c39b0ab1ea95b1e6097cc9202d55c73a702395fc817f899393" "35b0b0e531731e270708ddb342dc2e576a31fb298dcbc56a206596a43afac54f" "274fa62b00d732d093fc3f120aca1b31a6bb484492f31081c1814a858e25c72e" default)) - '(flymake-error-bitmap '(flymake-double-exclamation-mark modus-theme-fringe-red)) - '(flymake-note-bitmap '(exclamation-mark modus-theme-fringe-cyan)) - '(flymake-warning-bitmap '(exclamation-mark modus-theme-fringe-yellow)) - '(hl-sexp-background-color "#efebe9") - '(hl-todo-keyword-faces - '(("HOLD" . "#cfdf30") - ("TODO" . "#feacd0") - ("NEXT" . "#b6a0ff") - ("THEM" . "#f78fe7") - ("PROG" . "#00d3d0") - ("OKAY" . "#4ae8fc") - ("DONT" . "#80d200") - ("FAIL" . "#ff8059") - ("BUG" . "#ff8059") - ("DONE" . "#44bc44") - ("NOTE" . "#f0ce43") - ("KLUDGE" . "#eecc00") - ("HACK" . "#eecc00") - ("TEMP" . "#ffcccc") - ("FIXME" . "#ff9977") - ("XXX+" . "#f4923b") - ("REVIEW" . "#6ae4b9") - ("DEPRECATED" . "#bfd9ff"))) - '(ibuffer-deletion-face 'modus-theme-mark-del) - '(ibuffer-filter-group-name-face 'modus-theme-mark-symbol) - '(ibuffer-marked-face 'modus-theme-mark-sel) - '(ibuffer-title-face 'modus-theme-pseudo-header) - '(package-selected-packages - '(scad-mode zig-mode windswap projectile-speedbar flycheck prettier-js calfw-org calfw org-ql org-super-agenda org-pomodoro org doom-themes counsel-projectile ivy slime magit company-quickhelp lsp-ui yasnippet typescript-mode company-lsp company-posframe company-c-headers telephone-line dracula-theme evil use-package)) - '(show-paren-mode t) - '(vc-annotate-background-mode nil) - '(xterm-color-names - ["#000000" "#ff8059" "#44bc44" "#eecc00" "#2fafff" "#feacd0" "#00d3d0" "#a8a8a8"]) - '(xterm-color-names-bright - ["#181a20" "#f4923b" "#80d200" "#cfdf30" "#79a8ff" "#f78fe7" "#4ae8fc" "#ffffff"])) - -(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 Term" :foundry "UKWN" :slant normal :weight light :height 120 :width normal))))) |