X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/2b1c8ef092d2316f29b299048878f8d02188178e..927b50b7aec2da105bd5125dec272a89e38663c3:/etc/custom.el diff --git a/etc/custom.el b/etc/custom.el index 39db4ec..ebb093b 100644 --- a/etc/custom.el +++ b/etc/custom.el @@ -3,120 +3,7 @@ ;; 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. - '(abbrev-file-name "/home/bandali/.emacs.d/var/abbrev.el") - '(auth-sources '("~/.authinfo.gpg")) - '(authinfo-hidden "\\(?:client-secret\\|password\\|token\\)") - '(auto-revert-verbose nil) - '(auto-save-file-name-transforms '((".*" "/home/bandali/.emacs.d/var/auto-save/" t))) - '(backup-by-copying t) - '(company-dabbrev-char-regexp "\\sw\\|\\s_\\|[-_]" t) - '(company-dabbrev-downcase nil t) - '(company-dabbrev-ignore-case nil t) - '(company-minimum-prefix-length 1) - '(company-selection-wrap-around t) - '(debpaste-paste-is-hidden t t) - '(delete-old-versions t) - '(display-battery-mode t) - '(display-time-mode t) - '(dmenu-prompt-string "run: " t) - '(dmenu-save-file "/home/bandali/.emacs.d/var/dmenu-items" t) - '(ebdb-gnus-window-configuration - '(article - (vertical 1.0 - (summary 0.25 point) - (horizontal 1.0 - (article 1.0) - (ebdb-gnus 0.3))))) - '(ebdb-gnus-window-size 0.3) - '(ebdb-mua-pop-up t) - '(ediff-split-window-function 'split-window-horizontally t) - '(ediff-window-setup-function 'ediff-setup-windows-plain t) - '(epa-pinentry-mode 'loopback) - '(epg-gpg-program "/home/bandali/.guix-profile/bin/gpg") - '(epg-pinentry-mode 'loopback) - '(erc-fill-column 77) - '(erc-fill-function 'erc-fill-static) - '(erc-fill-static-center 18) - '(erc-join-buffer 'bury) - '(erc-lurker-hide-list '("JOIN" "PART" "QUIT")) - '(erc-nick "bandali") - '(erc-pcomplete-nick-postfix ", ") - '(erc-prompt "erc>") - '(erc-rename-buffers t) - '(erc-server-reconnect-attempts 5) - '(erc-server-reconnect-timeout 3) - '(erc-track-enable-keybindings nil) - '(erc-track-exclude-types - '("JOIN" "MODE" "NICK" "PART" "QUIT" "324" "329" "332" "333" "353" "477")) - '(erc-track-position-in-mode-line t) - '(erc-track-priority-faces-only 'all) - '(erc-track-shorten-function nil) - '(eshell-directory-name "/home/bandali/.emacs.d/var/eshell/") - '(eshell-hist-ignoredups t) - '(eshell-input-filter 'eshell-input-filter-initial-space) '(fci-rule-color "#5B6268") - '(flycheck-mode-line-prefix "flyc") - '(global-auto-revert-non-file-buffers nil) - '(gnus-thread-sort-functions - '(gnus-thread-sort-by-number gnus-thread-sort-by-subject gnus-thread-sort-by-date)) - '(ibuffer-formats - '((mark modified read-only locked " " - (name 72 72 :left :elide) - " " - (size-h 9 -1 :right) - " " - (mode 16 16 :left :elide) - " " filename-and-process) - (mark " " - (name 16 -1) - " " filename)) t) - '(ibuffer-saved-filter-groups - '(("default" - ("dired" - (mode . dired-mode)) - ("org" - (mode . org-mode)) - ("gnus" - (or - (mode . gnus-group-mode) - (mode . gnus-summary-mode) - (mode . gnus-article-mode) - (mode . message-mode))) - ("web" - (or - (mode . web-mode) - (mode . css-mode) - (mode . scss-mode) - (mode . js2-mode))) - ("shell" - (or - (mode . eshell-mode) - (mode . shell-mode) - (mode . term-mode))) - ("programming" - (or - (mode . python-mode) - (mode . c-mode) - (mode . c++-mode) - (mode . java-mode) - (mode . emacs-lisp-mode) - (mode . scheme-mode) - (mode . haskell-mode) - (mode . lean-mode) - (mode . go-mode) - (mode . alloy-mode))) - ("tex" - (or - (mode . bibtex-mode) - (mode . latex-mode))) - ("emacs" - (or - (name . "^\\*scratch\\*$") - (name . "^\\*Messages\\*$"))) - ("exwm" - (mode . exwm-mode)) - ("erc" - (mode . erc-mode)))) t) '(inhibit-startup-buffer-menu t) '(inhibit-startup-echo-area-message "bandali") '(inhibit-startup-screen t) @@ -127,8 +14,8 @@ '(jdee-db-requested-breakpoint-face-colors (cons "#1B2229" "#98be65")) '(jdee-db-spec-breakpoint-face-colors (cons "#1B2229" "#3f444a")) '(ls-lisp-dirs-first t) - '(magit-diff-refine-hunk t t) - '(magit-display-buffer-function 'magit-display-buffer-fullframe-status-v1 t) + '(magit-diff-refine-hunk t) + '(magit-display-buffer-function 'magit-display-buffer-fullframe-status-v1) '(message-elide-ellipsis "[...] ") '(minions-mode t) @@ -153,6 +40,8 @@ '(org-habit-graph-column 44 t) '(org-latex-packages-alist '(("" "listings") ("" "color"))) '(org-pretty-entities t) + '(package-selected-packages + '(delight yasnippet ebdb rt-liberation refinery-theme counsel ivy org-plus-contrib orgalist debbugs)) '(page-break-lines-max-width 70) '(pdf-view-midnight-colors (cons "#bbc2cf" "#282c34")) '(pdf-view-resize-factor 1.05) @@ -181,7 +70,7 @@ (eval setq org-latex-prefer-user-labels t) (eval add-hook 'after-save-hook 'org-latex-export-to-latex t t))) '(save-interprogram-paste-before-kill t) - '(save-place-file "/home/bandali/.emacs.d/var/save-place.el" t) + '(save-place-file "/home/bandali/.emacs.d/var/save-place.el") '(savehist-file "/home/bandali/.emacs.d/var/savehist.el") '(search-default-mode 'char-fold-to-regexp) '(split-width-threshold 150) @@ -228,5 +117,8 @@ '(ivy-minibuffer-match-face-4 ((t (:background "misty rose" :weight semi-bold)))) '(ivy-virtual ((t (:inherit font-lock-builtin-face :foreground "dim gray")))) '(magit-diff-file-heading ((t (:weight normal)))) + '(org-block ((t (:background "#1d1f21")))) + '(org-block-begin-line ((t (:foreground "#5a5b5a" :background "#1d1f21")))) + '(org-latex-and-related ((t (:foreground "#b294bb")))) '(quote (org-block-begin-line ((t (:foreground "#5a5b5a" :background "#1d1f21"))))) '(widget-button ((t (:weight semi-bold)))))