Files
dotfiles/emacs/.config/doom/+ui.el
2019-05-28 21:08:33 -04:00

9 lines
259 B
EmacsLisp

;;; -*- lexical-binding: t; -*-
;; setup transparency ... this might get annoying
(set-frame-parameter (selected-frame) 'alpha '(100 . 90))
(add-to-list 'default-frame-alist '(alpha . (100 . 90)))
;; Dash highlighting
(after! dash (dash-enable-font-lock))