emacs :final doom emacs.

This commit is contained in:
2022-05-21 14:25:25 +09:00
parent 7f5e70b7b1
commit e25a9ba0e1
2 changed files with 11 additions and 6 deletions

View File

@ -3,7 +3,11 @@
;; Place your private configuration here! Remember, you do not need to run 'doom
;; sync' after modifying this file!
(setq default-input-method "korean-hangul")
;; | 12345678 | |
;; |----------+---|
;; | 일이삼사 | |
;;(add-to-list 'default-frame-alist `(font . "D2Coding"))
;;(set-fontset-font t 'hangul (font-spec :name "D2Coding"))
;; Some functionality uses this to identify you, e.g. GPG configuration, email
;; clients, file templates and snippets. It is optional.
(setq user-full-name "JaeYoo-Im"
@ -212,6 +216,7 @@ same directory as the org-buffer and insert a link to this file."
;;(setq org-todo-keywords
;; '((sequence "TODO(t@/!)" "NEXT(n)" "WAIT(w)" "HOLD(h)" "|" "DONE(d)" "KILL(k)")))
(setq! org-log-into-drawer "LOGBOOK")
(setq! org-clock-into-drawer "CLOCKING")
(setq! org-priority-lowest 68))
(use-package! org-fancy-priorities
:config
@ -359,10 +364,10 @@ capture was not aborted."
"ogm" "ogg" "mkv"))
"mpv"
'(file))
;;(list (openwith-make-extension-regexp
;; '("pdf"))
;; "zathura"
;; '(file))
(list (openwith-make-extension-regexp
'("pdf"))
"zathura"
'(file))
(list (openwith-make-extension-regexp
'("html"))
"qutebrowser"

View File

@ -99,7 +99,7 @@
magit ; a git porcelain for Emacs
;;make ; run make tasks from Emacs
;;pass ; password manager for nerds
pdf ; pdf enhancements
;;pdf ; pdf enhancements
;;prodigy ; FIXME managing external services & code builders
;;rgb ; creating color strings
;;taskrunner ; taskrunner for all your projects