|
|
|
@ -205,8 +205,8 @@ Set line numbering for programming modes. Currently line numbering is turned off
|
|
|
|
|
** Translucency
|
|
|
|
|
Setup some translucency to make things look nice.
|
|
|
|
|
#+begin_src emacs-lisp
|
|
|
|
|
(set-frame-parameter (selected-frame) 'alpha '(96 96))
|
|
|
|
|
(add-to-list 'default-frame-alist '(alpha 96 96))
|
|
|
|
|
(set-frame-parameter (selected-frame) 'alpha '(95 95))
|
|
|
|
|
(add-to-list 'default-frame-alist '(alpha 95 95))
|
|
|
|
|
#+end_src
|
|
|
|
|
|
|
|
|
|
** Ligatures
|
|
|
|
@ -1031,7 +1031,8 @@ Key binds for moving around and interacting with windows
|
|
|
|
|
"wh" '(evil-window-left :which-key "window right")
|
|
|
|
|
"wk" '(evil-window-up :which-key "window up")
|
|
|
|
|
"wj" '(evil-window-down :which-key "window down")
|
|
|
|
|
"wl" '(evil-window-right :which-key "window right"))
|
|
|
|
|
"wl" '(evil-window-right :which-key "window right")
|
|
|
|
|
"wn" '(make-frame :which-key "open frame"))
|
|
|
|
|
|
|
|
|
|
(define-key evil-normal-state-map (kbd "C-w C-h") 'evil-window-left)
|
|
|
|
|
(define-key evil-normal-state-map (kbd "C-w C-k") 'evil-window-up)
|
|
|
|
|