51 lines
3.0 KiB
EmacsLisp
51 lines
3.0 KiB
EmacsLisp
;; (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.
|
|
;; '(cursor ((t (:background "#ebdbb2"))))
|
|
;; '(secondary-selection ((t (:extend t :background "#504945"))))
|
|
;; '(show-paren-match ((t (:background "#504946" :weight bold))))
|
|
;; '(vhl/default-face ((t (:background "#504945"))))
|
|
;; '(wgrep-face ((t (:background "#504945" :foreground "#b8bb26" :weight bold)))))
|
|
(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.
|
|
'(custom-safe-themes
|
|
'("77fff78cc13a2ff41ad0a8ba2f09e8efd3c7e16be20725606c095f9a19c24d3d"
|
|
"b5fd9c7429d52190235f2383e47d340d7ff769f141cd8f9e7a4629a81abc6b19"
|
|
"0d2c5679b6d087686dcfd4d7e57ed8e8aedcccc7f1a478cd69704c02e4ee36fe"
|
|
"e8ceeba381ba723b59a9abc4961f41583112fc7dc0e886d9fc36fa1dc37b4079"
|
|
"aec7b55f2a13307a55517fdf08438863d694550565dee23181d2ebd973ebd6b8"
|
|
"dfb1c8b5bfa040b042b4ef660d0aab48ef2e89ee719a1f24a4629a0c5ed769e8"
|
|
"e1f4f0158cd5a01a9d96f1f7cdcca8d6724d7d33267623cc433fe1c196848554"
|
|
"7964b513f8a2bb14803e717e0ac0123f100fb92160dcf4a467f530868ebaae3e"
|
|
"691d671429fa6c6d73098fc6ff05d4a14a323ea0a18787daeb93fde0e48ab18b"
|
|
"48042425e84cd92184837e01d0b4fe9f912d875c43021c3bcb7eeb51f1be5710"
|
|
"88f7ee5594021c60a4a6a1c275614103de8c1435d6d08cc58882f920e0cec65e" default))
|
|
'(eat-semi-char-non-bound-keys
|
|
'([24] [28] [17] [7] [8] [27 3] [21] [27 120] [27 58] [27 33] [27 38] [C-insert]
|
|
[M-insert] [S-insert] [C-M-insert] [C-S-insert] [M-S-insert] [C-M-S-insert]
|
|
[C-delete] [M-delete] [S-delete] [C-M-delete] [C-S-delete] [M-S-delete]
|
|
[C-M-S-delete] [C-deletechar] [M-deletechar] [S-deletechar]
|
|
[C-M-deletechar] [C-S-deletechar] [M-S-deletechar] [C-M-S-deletechar]
|
|
[C-up] [C-down] [C-right] [C-left] [M-up] [M-down] [M-right] [M-left]
|
|
[S-up] [S-down] [S-right] [S-left] [C-M-up] [C-M-down] [C-M-right]
|
|
[C-M-left] [C-S-up] [C-S-down] [C-S-right] [C-S-left] [M-S-up] [M-S-down]
|
|
[M-S-right] [M-S-left] [C-M-S-up] [C-M-S-down] [C-M-S-right] [C-M-S-left]
|
|
[C-home] [M-home] [S-home] [C-M-home] [C-S-home] [M-S-home] [C-M-S-home]
|
|
[C-end] [M-end] [S-end] [C-M-end] [C-S-end] [M-S-end] [C-M-S-end] [C-prior]
|
|
[M-prior] [S-prior] [C-M-prior] [C-S-prior] [M-S-prior] [C-M-S-prior]
|
|
[C-next] [M-next] [S-next] [C-M-next] [C-S-next] [M-S-next] [C-M-S-next]))
|
|
'(org-agenda-files
|
|
'("~/org/archive/work/ledger.org" "/home/trickster/org/agenda.org"))
|
|
'(warning-suppress-types '((use-package))))
|
|
(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.
|
|
'(secondary-selection ((t (:extend t :background "#32353f")))))
|