Split Javascript and web-mode config into two files

This commit is contained in:
Maciej 2019-07-31 10:30:04 +03:00
parent e13939c184
commit 86c5d9ffda
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
4 changed files with 52 additions and 22 deletions

View file

@ -26,6 +26,13 @@
(enable-theme 'planet)))
;; Set font face
;;;;;;;;;;;;;;;;;;;;;; Font configuration ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(defun set-font-size (size)
"Set font SIZE to X px."
(interactive "NNew font size: ")
(set-face-attribute 'default nil :font (format "Hasklig %d" size))
(set-face-attribute 'mode-line nil :font (format "Hasklig %d" size)))
(set-font-size 16)
;; Remove ugly black line