mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-14 08:01:35 +09:00
Emacs : Hangul key add.
This commit is contained in:
@ -3,6 +3,7 @@
|
|||||||
;; 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")
|
||||||
|
(global-set-key (kbd "<Hangul>") 'toggle-input-method)
|
||||||
;; 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"
|
||||||
@ -46,9 +47,10 @@
|
|||||||
;; `load-theme' function. This is the default:
|
;; `load-theme' function. This is the default:
|
||||||
(if (display-graphic-p)
|
(if (display-graphic-p)
|
||||||
;;(setq doom-theme 'doom-palenight)
|
;;(setq doom-theme 'doom-palenight)
|
||||||
;;(setq doom-theme 'doom-monokai-pro)
|
;(setq doom-theme 'doom-monokai-pro)
|
||||||
(setq doom-theme 'doom-one)
|
(setq doom-theme 'doom-one)
|
||||||
(setq doom-theme 'doom-gruvbox))
|
;;(setq doom-theme 'doom-gruvbox)
|
||||||
|
(setq doom-theme 'doom-monokai-pro))
|
||||||
(unless (display-graphic-p)
|
(unless (display-graphic-p)
|
||||||
(xterm-mouse-mode))
|
(xterm-mouse-mode))
|
||||||
|
|
||||||
@ -379,7 +381,7 @@ capture was not aborted."
|
|||||||
(setq! org-roam-ui-sync-theme t
|
(setq! org-roam-ui-sync-theme t
|
||||||
org-roam-ui-follow t
|
org-roam-ui-follow t
|
||||||
org-roam-ui-update-on-save t
|
org-roam-ui-update-on-save t
|
||||||
org-roam-ui-open-on-start t))
|
org-roam-ui-open-on-start nil))
|
||||||
;; --------------------------------------------------------------------------------------------
|
;; --------------------------------------------------------------------------------------------
|
||||||
;; - Org Publish
|
;; - Org Publish
|
||||||
;; --------------------------------------------------------------------------------------------
|
;; --------------------------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user