Create headings in UI section

This commit is contained in:
contrapunctus 2022-01-06 11:25:50 +05:30
parent 8f55255e40
commit c3ba59fc83
1 changed files with 9 additions and 1 deletions

View File

@ -200,11 +200,17 @@ NAME is the name of the process and its buffer."
(global-hl-line-mode 1)
(defalias 'yes-or-no-p 'y-or-n-p)
#+END_SRC
** shackle
#+BEGIN_SRC emacs-lisp
(use-package shackle
:init (shackle-mode)
:config (setq shackle-rules '((Info-mode :same t))))
#+END_SRC
** moody
#+BEGIN_SRC emacs-lisp
;; nicked from https://github.com/tarsius/moody
;; (use-package solarized-theme
;; :config
@ -222,8 +228,10 @@ NAME is the name of the process and its buffer."
(setq x-underline-at-descent-line t)
(moody-replace-mode-line-buffer-identification)
(moody-replace-vc-mode))
#+END_SRC
;;;; Set theme
** theme
#+BEGIN_SRC emacs-lisp
;(load-theme 'distinguished t)
;(require 'github-theme)