[emacs] Move org files and clean up init
This commit is contained in:
21
emacs/.config/doom/custom.el
Normal file
21
emacs/.config/doom/custom.el
Normal file
@ -0,0 +1,21 @@
|
||||
;;; custom.el --- -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 2020 Colin Powell
|
||||
|
||||
;; Author: Colin Powell <colin@unbl.ink>
|
||||
;; Keywords:
|
||||
(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.
|
||||
'(doom-big-font-mode t)
|
||||
'(package-selected-packages
|
||||
(quote
|
||||
(caddyfile-mode wordgen w3m vterm-toggle ponylang-mode jq-mode jq-format hackernews elfeed-protocol dired-ranger csv-mode csv counsel-jq blacken))))
|
||||
(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 (:background "#151619")))))
|
||||
Reference in New Issue
Block a user