input method to hangul

This commit is contained in:
2021-08-30 13:43:54 +09:00
parent 036f6a111c
commit 333ebcb9a5

View File

@ -10,10 +10,11 @@
(setq user-full-name "JaeYoo,Im" (setq user-full-name "JaeYoo,Im"
user-mail-address "cpu3792@gmail.com") user-mail-address "cpu3792@gmail.com")
(set-default-coding-systems 'utf-8) (set-default-coding-systems 'utf-8)
(setq default-input-method "korean-hangul")
;; UI ;; UI
(set-frame-parameter (selected-frame) 'alpha '(80 . 80)) ;(set-frame-parameter (selected-frame) 'alpha '(80 . 80))
(add-to-list 'default-frame-alist '(alpha . (80 . 80))) ;(add-to-list 'default-frame-alist '(alpha . (80 . 80)))
;(set-frame-parameter (selected-frame) 'fullscreen 'maximized) ;(set-frame-parameter (selected-frame) 'fullscreen 'maximized)
;(add-to-list 'default-frame-alist '(fullscreen . maximized)) ;(add-to-list 'default-frame-alist '(fullscreen . maximized))
(scroll-bar-mode 1) (scroll-bar-mode 1)
@ -141,13 +142,14 @@
:gdbpath "rust-lldb" :gdbpath "rust-lldb"
:target nil :target nil
:cwd nil)) :cwd nil))
(dap-register-debug-template "Rust::GDB Run Configuration" (dap-register-debug-template
(list :type "gdb" "Rust::GDB Run Configuration"
:request "launch" (list :type "gdb"
:name "GDB::Run" :request "launch"
:gdbpath "rust-gdb" :name "GDB::Run"
:target nil :gdbpath "rust-gdb"
:cwd nil))) :target nil
:cwd nil)))
;; Time ;; Time
(setq display-time-world-list (setq display-time-world-list