9 lines
259 B
EmacsLisp
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))
|