Split Javascript and web-mode config into two files
This commit is contained in:
parent
e13939c184
commit
86c5d9ffda
4 changed files with 52 additions and 22 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue