Some spacemacs font fixes, mini tweaks
parent
418f6c0360
commit
2eb5850d44
|
@ -75,7 +75,7 @@ interval=30
|
|||
# If the instance is not specified, use the interface used for default route.
|
||||
# The address can be forced to IPv4 or IPv6 with -4 or -6 switches.
|
||||
#instance=wlan0
|
||||
color=#00FF00
|
||||
color=#33DD00
|
||||
interval=10
|
||||
separator=false
|
||||
|
||||
|
@ -83,6 +83,7 @@ separator=false
|
|||
instance=wlp4s0
|
||||
interval=10
|
||||
label=
|
||||
color=#11DD00
|
||||
#separator=false
|
||||
|
||||
#[bandwidth]
|
||||
|
|
28
.spacemacs
28
.spacemacs
|
@ -216,12 +216,9 @@ It should only modify the values of Spacemacs settings."
|
|||
dotspacemacs-default-font '("Iosevka Medium"
|
||||
:size 25
|
||||
;;:size 18
|
||||
:weight semibold
|
||||
;;:weight normal
|
||||
:style medium
|
||||
:weight bold
|
||||
:width normal
|
||||
:embolden t
|
||||
:powerline-scale 1.2)
|
||||
:powerline-scale 1.1)
|
||||
|
||||
;; The leader key (default "SPC")
|
||||
dotspacemacs-leader-key "SPC"
|
||||
|
@ -534,4 +531,23 @@ before packages are loaded."
|
|||
(setq web-mode-markup-indent-offset 2)
|
||||
)
|
||||
|
||||
(defun dotspacemacs/emacs-custom-settings ())
|
||||
(defun dotspacemacs/emacs-custom-settings ()
|
||||
"Emacs custom settings.
|
||||
This is an auto-generated function, do not modify its content directly, use
|
||||
Emacs customize menu instead.
|
||||
This function is called at the very end of Spacemacs initialization."
|
||||
(custom-set-variables
|
||||
;; custom-set-variables was added by Custom.
|
||||
;; If you edit it by hand, you could mess it up, so be careful.
|
||||
;; Your init file should contain only one such instance.
|
||||
;; If there is more than one, they won't work right.
|
||||
'(package-selected-packages
|
||||
(quote
|
||||
(cython-mode counsel-projectile swiper ivy with-editor php-mode yasnippet zenburn-theme yasnippet-snippets yapfify ws-butler winum which-key wgrep web-mode web-beautify volatile-highlights vi-tilde-fringe uuidgen use-package toc-org tao-theme tagedit symon suscolors-theme string-inflection spaceline-all-the-icons solarized-theme smex smeargle slim-mode scss-mode sayid sass-mode rudel rjsx-mode restart-emacs request rainbow-delimiters pyvenv pytest pyenv-mode py-isort pug-mode popwin pippel pip-requirements phpunit phpcbf php-extras php-auto-yasnippets persp-mode pcre2el password-generator paradox overseer orgit org-projectile org-present org-pomodoro org-mime org-download org-bullets org-brain open-junk-file neotree nameless move-text mmm-mode markdown-toc magit-gitflow macrostep lorem-ipsum livid-mode live-py-mode linum-relative link-hint less-css-mode json-mode js2-refactor js-doc ivy-purpose ivy-hydra indent-guide importmagic impatient-mode hy-mode hungry-delete hl-todo highlight-parentheses highlight-numbers highlight-indentation helm-make gruvbox-theme google-translate golden-ratio gnuplot gitignore-mode gitconfig-mode gitattributes-mode git-timemachine git-messenger git-link git-gutter-fringe git-gutter-fringe+ gh-md geiser fuzzy font-lock+ flycheck-pos-tip flx-ido floobits fill-column-indicator fancy-battery eyebrowse expand-region exec-path-from-shell evil-visualstar evil-visual-mark-mode evil-unimpaired evil-tutor evil-surround evil-search-highlight-persist evil-org evil-numbers evil-nerd-commenter evil-mc evil-matchit evil-magit evil-lisp-state evil-lion evil-indent-plus evil-iedit-state evil-exchange evil-escape evil-ediff evil-cleverparens evil-args evil-anzu emmet-mode elisp-slime-nav editorconfig dumb-jump drupal-mode diminish diff-hl define-word dakrone-light-theme counsel-css company-web company-tern company-statistics company-php company-auctex company-anaconda column-enforce-mode coffee-mode clojure-snippets clojure-cheatsheet clj-refactor clean-aindent-mode cider-eval-sexp-fu centered-cursor-mode browse-at-remote auto-yasnippet auto-highlight-symbol auto-compile auctex-latexmk all-the-icons-dired aggressive-indent adaptive-wrap ace-window ace-link ac-ispell))))
|
||||
(custom-set-faces
|
||||
;; custom-set-faces was added by Custom.
|
||||
;; If you edit it by hand, you could mess it up, so be careful.
|
||||
;; Your init file should contain only one such instance.
|
||||
;; If there is more than one, they won't work right.
|
||||
)
|
||||
)
|
||||
|
|
6
.zshrc
6
.zshrc
|
@ -94,8 +94,12 @@ alias pg="ping 8.8.8.8"
|
|||
# PhantomJS binary location
|
||||
export PHANTOMJS_BIN=/usr/bin/phantomjs
|
||||
|
||||
# Guile deprecated warnings
|
||||
# Guile things
|
||||
export GUILE_WARN_DEPRECATED="detailed"
|
||||
#export GUILE_LOAD_PATH=$HOME/.guix-profile/share/guile/site/2.2:$GUILE_LOAD_PATH
|
||||
#export GUILE_LOAD_COMPILED_PATH=$HOME/.guix-profile/lib/guile/2.2/site-ccache:$GUILE_LOAD_COMPILED_PATH
|
||||
|
||||
|
||||
|
||||
# Java fix?
|
||||
export NLS_LANG=American_America.UTF8
|
||||
|
|
Loading…
Reference in New Issue