Browse Source

fix dot.spacemacs bugs

Signed-off-by: surenyi <surenyi82@qq.com>
master
surenyi 2 years ago
parent
commit
429b05d6ff
  1. 7
      emacs/dot.spacemacs

7
emacs/dot.spacemacs

@ -47,7 +47,7 @@ This function should only modify configuration layer settings."
auto-completion-enable-snippets-in-popup t
auto-completion-enable-help-tooltip t
auto-completion-idle-delay 0.2
auto-completion-private-snippets-directory t
;; auto-completion-private-snippets-directory t
auto-completion-enable-snippets-in-popup t
auto-completion-enable-help-tooltip t
company-emoji-insert-unicode t
@ -837,9 +837,6 @@ before packages are loaded."
(ditaa . t)
(python . t)
(gnuplot . t)
(c . t)
(cpp . t)
(java . t)
(eshell . t)
(calc . t)
(org . t)
@ -856,6 +853,8 @@ before packages are loaded."
(set-fontset-font
t 'symbol (font-spec :family font) nil 'prepend)))
;; (spacemacs//set-monospaced-font "Consolas" "Microsoft YaHei" 14 16)
;; (when (member "Segoe UI Emoji" (font-family-list))
;; (set-fontset-font
;; t 'symbol (font-spec :family "Segoe UI Emoji") nil 'prepend))

Loading…
Cancel
Save