mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2025-02-17 18:13:03 -05:00
Small tweaks
This commit is contained in:
parent
2e629f67c9
commit
0aff49b464
@ -14,11 +14,11 @@
|
|||||||
'(font-lock-keyword-face :weight bold))
|
'(font-lock-keyword-face :weight bold))
|
||||||
|
|
||||||
;; Work around modeline cut off. See hlissner/doom-emacs#2967
|
;; 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
|
(after! doom-modeline
|
||||||
(custom-set-faces!
|
;; (custom-set-faces!
|
||||||
'(mode-line :height 0.97)
|
;; '(mode-line :height 0.97)
|
||||||
'(mode-line-inactive :height 0.97))
|
;; '(mode-line-inactive :height 0.97))
|
||||||
(setq doom-modeline-unicode-fallback t))
|
(setq doom-modeline-unicode-fallback t))
|
||||||
|
|
||||||
;; Emoji
|
;; Emoji
|
||||||
|
@ -59,7 +59,7 @@
|
|||||||
(window-select ; visually switch windows
|
(window-select ; visually switch windows
|
||||||
+numbers)
|
+numbers)
|
||||||
workspaces ; tab emulation, persistence & separate workspaces
|
workspaces ; tab emulation, persistence & separate workspaces
|
||||||
;;zen ; distraction-free coding or writing
|
zen ; distraction-free coding or writing
|
||||||
|
|
||||||
:editor
|
:editor
|
||||||
(evil +everywhere); come to the dark side, we have cookies
|
(evil +everywhere); come to the dark side, we have cookies
|
||||||
@ -166,12 +166,13 @@
|
|||||||
nix ; I hereby declare "nix geht mehr!"
|
nix ; I hereby declare "nix geht mehr!"
|
||||||
;;ocaml ; an objective camel
|
;;ocaml ; an objective camel
|
||||||
(org ; organize your plain life in plain text
|
(org ; organize your plain life in plain text
|
||||||
+pretty
|
;;+pretty
|
||||||
+dragndrop
|
+dragndrop
|
||||||
;;+gnuplot
|
;;+gnuplot
|
||||||
;;+jupyter
|
;;+jupyter
|
||||||
+journal
|
+journal
|
||||||
+present
|
+present
|
||||||
|
+roam
|
||||||
+pandoc)
|
+pandoc)
|
||||||
;;php ; perl's insecure younger brother
|
;;php ; perl's insecure younger brother
|
||||||
;;plantuml ; diagrams for confusing people more
|
;;plantuml ; diagrams for confusing people more
|
||||||
|
@ -59,11 +59,10 @@
|
|||||||
;;(package! emms)
|
;;(package! emms)
|
||||||
;;(package! emms-mode-line-cycle)
|
;;(package! emms-mode-line-cycle)
|
||||||
;;(package! ivy-emms)
|
;;(package! ivy-emms)
|
||||||
;;(package! org-roam)
|
;;(package! edwina)
|
||||||
|
|
||||||
;; Additional modes
|
;; Additional modes
|
||||||
(package! vimrc-mode)
|
(package! vimrc-mode)
|
||||||
;; (package! mixed-pitch)
|
|
||||||
|
|
||||||
;; Improvements
|
;; Improvements
|
||||||
(package! magit-delta)
|
(package! magit-delta)
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
set viewmode miller
|
set viewmode miller
|
||||||
|
|
||||||
# How many columns are there, and what are their relative widths?
|
# 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)
|
# Which files should be hidden? (regular expression)
|
||||||
set hidden_filter ^\.|\.(?:pyc|pyo|bak|swp)$|^lost\+found$|^__(py)?cache__$
|
set hidden_filter ^\.|\.(?:pyc|pyo|bak|swp)$|^lost\+found$|^__(py)?cache__$
|
||||||
|
Loading…
x
Reference in New Issue
Block a user