mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-25 00:38:23 -05:00
Small tweaks
This commit is contained in:
parent
2e629f67c9
commit
0aff49b464
@ -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
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
@ -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__$
|
||||
|
Loading…
Reference in New Issue
Block a user