From e25a9ba0e1d4c3ee3f7d25e88aa6d730b493128b Mon Sep 17 00:00:00 2001 From: JaeYoo-Im Date: Sat, 21 May 2022 14:25:25 +0900 Subject: [PATCH] emacs :final doom emacs. --- .doom.d/config.el | 15 ++++++++++----- .doom.d/init.el | 2 +- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.doom.d/config.el b/.doom.d/config.el index 9c9de4d..ae87e8b 100644 --- a/.doom.d/config.el +++ b/.doom.d/config.el @@ -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" diff --git a/.doom.d/init.el b/.doom.d/init.el index 103223e..367a0d1 100644 --- a/.doom.d/init.el +++ b/.doom.d/init.el @@ -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