mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-14 08:01:35 +09:00
emacs :final doom emacs.
This commit is contained in:
@ -3,7 +3,11 @@
|
|||||||
;; Place your private configuration here! Remember, you do not need to run 'doom
|
;; Place your private configuration here! Remember, you do not need to run 'doom
|
||||||
;; sync' after modifying this file!
|
;; sync' after modifying this file!
|
||||||
(setq default-input-method "korean-hangul")
|
(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
|
;; Some functionality uses this to identify you, e.g. GPG configuration, email
|
||||||
;; clients, file templates and snippets. It is optional.
|
;; clients, file templates and snippets. It is optional.
|
||||||
(setq user-full-name "JaeYoo-Im"
|
(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
|
;;(setq org-todo-keywords
|
||||||
;; '((sequence "TODO(t@/!)" "NEXT(n)" "WAIT(w)" "HOLD(h)" "|" "DONE(d)" "KILL(k)")))
|
;; '((sequence "TODO(t@/!)" "NEXT(n)" "WAIT(w)" "HOLD(h)" "|" "DONE(d)" "KILL(k)")))
|
||||||
(setq! org-log-into-drawer "LOGBOOK")
|
(setq! org-log-into-drawer "LOGBOOK")
|
||||||
|
(setq! org-clock-into-drawer "CLOCKING")
|
||||||
(setq! org-priority-lowest 68))
|
(setq! org-priority-lowest 68))
|
||||||
(use-package! org-fancy-priorities
|
(use-package! org-fancy-priorities
|
||||||
:config
|
:config
|
||||||
@ -359,10 +364,10 @@ capture was not aborted."
|
|||||||
"ogm" "ogg" "mkv"))
|
"ogm" "ogg" "mkv"))
|
||||||
"mpv"
|
"mpv"
|
||||||
'(file))
|
'(file))
|
||||||
;;(list (openwith-make-extension-regexp
|
(list (openwith-make-extension-regexp
|
||||||
;; '("pdf"))
|
'("pdf"))
|
||||||
;; "zathura"
|
"zathura"
|
||||||
;; '(file))
|
'(file))
|
||||||
(list (openwith-make-extension-regexp
|
(list (openwith-make-extension-regexp
|
||||||
'("html"))
|
'("html"))
|
||||||
"qutebrowser"
|
"qutebrowser"
|
||||||
|
|||||||
@ -99,7 +99,7 @@
|
|||||||
magit ; a git porcelain for Emacs
|
magit ; a git porcelain for Emacs
|
||||||
;;make ; run make tasks from Emacs
|
;;make ; run make tasks from Emacs
|
||||||
;;pass ; password manager for nerds
|
;;pass ; password manager for nerds
|
||||||
pdf ; pdf enhancements
|
;;pdf ; pdf enhancements
|
||||||
;;prodigy ; FIXME managing external services & code builders
|
;;prodigy ; FIXME managing external services & code builders
|
||||||
;;rgb ; creating color strings
|
;;rgb ; creating color strings
|
||||||
;;taskrunner ; taskrunner for all your projects
|
;;taskrunner ; taskrunner for all your projects
|
||||||
|
|||||||
Reference in New Issue
Block a user