diff options
Diffstat (limited to '.config/doom')
-rw-r--r-- | .config/doom/config.el | 4 | ||||
-rw-r--r-- | .config/doom/init.el | 2 | ||||
-rw-r--r-- | .config/doom/packages.el | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/.config/doom/config.el b/.config/doom/config.el index 4327252..37caffe 100644 --- a/.config/doom/config.el +++ b/.config/doom/config.el @@ -23,6 +23,8 @@ ;; (setq doom-font (font-spec :family "Hack Nerd Font" :size 12)) ;:weight 'normal)) (setq doom-variable-pitch-font (font-spec :family "DejaVu Sans" :size 13)) +;?(set-fontset-font "fontset-default" '(#x3000 . #x9faf) "VL Pゴシック") +;?(set-fontset-font t nil (font-spec :size 20 :name "VL Pゴシック")) ;(add-to-list 'default-frame-alist '(alpha-background . 100)) ;(add-to-list 'default-frame-alist '(font . "Hack")) ;(set-frame-parameter (selected-frame) 'font "Hack") @@ -138,4 +140,4 @@ (setq default-input-method 'japanese-mozc) (setq mozc-candidate-style 'echo-area) -(keymap-global-set "C-c C-c" 'treemacs-select-window) +(keymap-global-set "C-c C-t" 'treemacs-select-window) diff --git a/.config/doom/init.el b/.config/doom/init.el index 5b773fc..18344fc 100644 --- a/.config/doom/init.el +++ b/.config/doom/init.el @@ -149,7 +149,7 @@ ;;latex ; writing papers in Emacs has never been so fun ;;lean ; for folks with too much to prove ;;ledger ; be audit you can be - ;;lua ; one-based indices? one-based indices + lua ; one-based indices? one-based indices markdown ; writing docs for people to ignore ;;nim ; python + lisp at the speed of c ;;nix ; I hereby declare "nix geht mehr!" diff --git a/.config/doom/packages.el b/.config/doom/packages.el index fcffea5..948b43f 100644 --- a/.config/doom/packages.el +++ b/.config/doom/packages.el @@ -50,4 +50,5 @@ ;; (unpin! t) (package! org-bullets) -;(package! mozc) ;; I have no idea if this is busted or not +(package! mozc) ;; I have no idea if this is busted or not +;(package! unicode-fonts) |