Change font size to 13
This commit is contained in:
parent
719c92104f
commit
fcd5116109
|
@ -226,7 +226,7 @@ It should only modify the values of Spacemacs settings."
|
||||||
;; Default font, or prioritized list of fonts. `powerline-scale' allows to
|
;; Default font, or prioritized list of fonts. `powerline-scale' allows to
|
||||||
;; quickly tweak the mode-line size to make separators look not too crappy.
|
;; quickly tweak the mode-line size to make separators look not too crappy.
|
||||||
dotspacemacs-default-font '("Iosevka Slab"
|
dotspacemacs-default-font '("Iosevka Slab"
|
||||||
:size 14
|
:size 13
|
||||||
:weight normal
|
:weight normal
|
||||||
:width normal)
|
:width normal)
|
||||||
|
|
||||||
|
@ -497,9 +497,6 @@ before packages are loaded."
|
||||||
"1 sec" nil 'delete-windows-on
|
"1 sec" nil 'delete-windows-on
|
||||||
(get-buffer-create "*compilation*"))
|
(get-buffer-create "*compilation*"))
|
||||||
(message "No Compilation Errors!")))))
|
(message "No Compilation Errors!")))))
|
||||||
;(add-hook 'realgud-short-key-mode-hook ; Short key mode for realgud
|
|
||||||
; (lambda ()
|
|
||||||
; (local-set-key "\C-c" realgud:shortkey-mode-map)))
|
|
||||||
(setq magit-repository-directories
|
(setq magit-repository-directories
|
||||||
'(("/home/coolneng/Documents/Uni" . 6)))
|
'(("/home/coolneng/Documents/Uni" . 6)))
|
||||||
(add-to-list 'auto-mode-alist '("\\.aiml\\'" . web-mode))
|
(add-to-list 'auto-mode-alist '("\\.aiml\\'" . web-mode))
|
||||||
|
@ -524,7 +521,7 @@ This function is called at the very end of Spacemacs initialization."
|
||||||
'(hl-paren-colors (quote ("#40883f" "#0287c8" "#b85c57")))
|
'(hl-paren-colors (quote ("#40883f" "#0287c8" "#b85c57")))
|
||||||
'(package-selected-packages
|
'(package-selected-packages
|
||||||
(quote
|
(quote
|
||||||
(dap-mode bui tree-mode lsp-ui lsp-treemacs treemacs pfuture ace-window avy lsp-java request helm-lsp cquery company-lsp ccls lsp-mode spinner ht dash-functional yasnippet yapfify pytest pyenv-mode py-isort pippel pipenv pyvenv pip-requirements live-py-mode importmagic epc ctable concurrent deferred cython-mode company-anaconda anaconda-mode pythonic flycheck-package package-lint counsel-projectile projectile levenshtein lv rtags web-mode web-beautify tagedit slim-mode scss-mode sass-mode pug-mode prettier-js impatient-mode htmlize simple-httpd haml-mode emmet-mode counsel-css company-web web-completion-data smeargle magit-svn magit-gitflow magit-popup gitignore-templates gitignore-mode gitconfig-mode gitattributes-mode git-timemachine git-messenger git-link evil-magit magit transient git-commit with-editor dash hasklig-mode yasnippet-snippets ivy-hydra counsel swiper helm helm-core ivy flycheck company hydra zerodark-theme xterm-color winum which-key wgrep use-package smex smartparens shell-pop realgud plan9-theme persp-mode pcre2el overseer nameless mvn multi-term mmm-mode meghanada maven-test-mode markdown-toc macrostep ivy-yasnippet ivy-xref ivy-rtags insert-shebang ibuffer-projectile helm-make groovy-mode groovy-imports gradle-mode google-c-style gh-md fuzzy flycheck-rtags flycheck-pos-tip flycheck-irony flycheck-bashate flx fish-mode eyebrowse evil eshell-z eshell-prompt-extras esh-help ensime elisp-slime-nav dotenv-mode disaster diminish company-statistics company-shell company-rtags company-irony-c-headers company-irony company-emacs-eclim company-c-headers cmake-mode cmake-ide clang-format bind-map auto-yasnippet auto-compile async ac-ispell)))
|
(test-simple loc-changes load-relative dap-mode bui tree-mode lsp-ui lsp-treemacs treemacs pfuture ace-window avy lsp-java request helm-lsp cquery company-lsp ccls lsp-mode spinner ht dash-functional yasnippet yapfify pytest pyenv-mode py-isort pippel pipenv pyvenv pip-requirements live-py-mode importmagic epc ctable concurrent deferred cython-mode company-anaconda anaconda-mode pythonic flycheck-package package-lint counsel-projectile projectile levenshtein lv rtags web-mode web-beautify tagedit slim-mode scss-mode sass-mode pug-mode prettier-js impatient-mode htmlize simple-httpd haml-mode emmet-mode counsel-css company-web web-completion-data smeargle magit-svn magit-gitflow magit-popup gitignore-templates gitignore-mode gitconfig-mode gitattributes-mode git-timemachine git-messenger git-link evil-magit magit transient git-commit with-editor dash hasklig-mode yasnippet-snippets ivy-hydra counsel swiper helm helm-core ivy flycheck company hydra zerodark-theme xterm-color winum which-key wgrep use-package smex smartparens shell-pop realgud plan9-theme persp-mode pcre2el overseer nameless mvn multi-term mmm-mode meghanada maven-test-mode markdown-toc macrostep ivy-yasnippet ivy-xref ivy-rtags insert-shebang ibuffer-projectile helm-make groovy-mode groovy-imports gradle-mode google-c-style gh-md fuzzy flycheck-rtags flycheck-pos-tip flycheck-irony flycheck-bashate flx fish-mode eyebrowse evil eshell-z eshell-prompt-extras esh-help ensime elisp-slime-nav dotenv-mode disaster diminish company-statistics company-shell company-rtags company-irony-c-headers company-irony company-emacs-eclim company-c-headers cmake-mode cmake-ide clang-format bind-map auto-yasnippet auto-compile async ac-ispell)))
|
||||||
'(safe-local-variable-values (quote ((eval progn (pp-buffer) (indent-buffer)))))
|
'(safe-local-variable-values (quote ((eval progn (pp-buffer) (indent-buffer)))))
|
||||||
'(sml/active-background-color "#98ece8")
|
'(sml/active-background-color "#98ece8")
|
||||||
'(sml/active-foreground-color "#424242")
|
'(sml/active-foreground-color "#424242")
|
||||||
|
|
Loading…
Reference in New Issue