some doc comments
This commit is contained in:
parent
a517bd1c1e
commit
9c749bd6f1
7
init.el
7
init.el
@ -878,7 +878,7 @@ inserted between the braces between the braces."
|
|||||||
:keybinding "g"))
|
:keybinding "g"))
|
||||||
|
|
||||||
|
|
||||||
;;; EWW Browser
|
;;; EWW browser
|
||||||
;;; -----------
|
;;; -----------
|
||||||
|
|
||||||
|
|
||||||
@ -902,6 +902,7 @@ inserted between the braces between the braces."
|
|||||||
;;; Appearance
|
;;; Appearance
|
||||||
;;; ----------
|
;;; ----------
|
||||||
|
|
||||||
|
;;; Minimalistic look
|
||||||
|
|
||||||
(setq inhibit-startup-screen t
|
(setq inhibit-startup-screen t
|
||||||
ediff-window-setup-function #'ediff-setup-windows-plain)
|
ediff-window-setup-function #'ediff-setup-windows-plain)
|
||||||
@ -909,6 +910,8 @@ inserted between the braces between the braces."
|
|||||||
(menu-bar-mode 0)
|
(menu-bar-mode 0)
|
||||||
(tool-bar-mode 0)
|
(tool-bar-mode 0)
|
||||||
|
|
||||||
|
;;; Easy switching between some fonts
|
||||||
|
|
||||||
(setq my-font-list '("Inconsolata" "Go mono" "mononoki"))
|
(setq my-font-list '("Inconsolata" "Go mono" "mononoki"))
|
||||||
|
|
||||||
(defun my-set-frame-font (font-name size &optional frames)
|
(defun my-set-frame-font (font-name size &optional frames)
|
||||||
@ -924,6 +927,8 @@ Argument FRAMES has the same meaning as for `set-frame-font'"
|
|||||||
(format "%s:pixelsize=%d:antialias=true:autohint=true" font-name size)
|
(format "%s:pixelsize=%d:antialias=true:autohint=true" font-name size)
|
||||||
nil frames))
|
nil frames))
|
||||||
|
|
||||||
|
;;; Fancy mode line and some themes
|
||||||
|
|
||||||
(use-package powerline
|
(use-package powerline
|
||||||
:ensure nil
|
:ensure nil
|
||||||
:config
|
:config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user