some doc comments

This commit is contained in:
Łukasz Pankowski 2018-08-31 21:36:02 +02:00
parent a517bd1c1e
commit 9c749bd6f1

View File

@ -878,7 +878,7 @@ inserted between the braces between the braces."
:keybinding "g"))
;;; EWW Browser
;;; EWW browser
;;; -----------
@ -902,6 +902,7 @@ inserted between the braces between the braces."
;;; Appearance
;;; ----------
;;; Minimalistic look
(setq inhibit-startup-screen t
ediff-window-setup-function #'ediff-setup-windows-plain)
@ -909,6 +910,8 @@ inserted between the braces between the braces."
(menu-bar-mode 0)
(tool-bar-mode 0)
;;; Easy switching between some fonts
(setq my-font-list '("Inconsolata" "Go mono" "mononoki"))
(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)
nil frames))
;;; Fancy mode line and some themes
(use-package powerline
:ensure nil
:config