Small tweaks

This commit is contained in:
Hoang Nguyen 2021-02-28 08:10:30 +03:00
parent 2e629f67c9
commit 0aff49b464
No known key found for this signature in database
GPG Key ID: 813CF484F4993419
4 changed files with 9 additions and 9 deletions

View File

@ -14,11 +14,11 @@
'(font-lock-keyword-face :weight bold))
;; Work around modeline cut off. See hlissner/doom-emacs#2967
(setq all-the-icons-scale-factor 1.1)
(setq all-the-icons-scale-factor 1.0)
(after! doom-modeline
(custom-set-faces!
'(mode-line :height 0.97)
'(mode-line-inactive :height 0.97))
;; (custom-set-faces!
;; '(mode-line :height 0.97)
;; '(mode-line-inactive :height 0.97))
(setq doom-modeline-unicode-fallback t))
;; Emoji

View File

@ -59,7 +59,7 @@
(window-select ; visually switch windows
+numbers)
workspaces ; tab emulation, persistence & separate workspaces
;;zen ; distraction-free coding or writing
zen ; distraction-free coding or writing
:editor
(evil +everywhere); come to the dark side, we have cookies
@ -166,12 +166,13 @@
nix ; I hereby declare "nix geht mehr!"
;;ocaml ; an objective camel
(org ; organize your plain life in plain text
+pretty
;;+pretty
+dragndrop
;;+gnuplot
;;+jupyter
+journal
+present
+roam
+pandoc)
;;php ; perl's insecure younger brother
;;plantuml ; diagrams for confusing people more

View File

@ -59,11 +59,10 @@
;;(package! emms)
;;(package! emms-mode-line-cycle)
;;(package! ivy-emms)
;;(package! org-roam)
;;(package! edwina)
;; Additional modes
(package! vimrc-mode)
;; (package! mixed-pitch)
;; Improvements
(package! magit-delta)

View File

@ -17,7 +17,7 @@
set viewmode miller
# How many columns are there, and what are their relative widths?
set column_ratios 1,2
set column_ratios 2,3
# Which files should be hidden? (regular expression)
set hidden_filter ^\.|\.(?:pyc|pyo|bak|swp)$|^lost\+found$|^__(py)?cache__$