Merge branch 'master' of git.2li.ch:Nebucatnetzer/nixos

This commit is contained in:
Andreas Zweili 2023-01-19 14:26:35 +01:00
commit 215b1005de
2 changed files with 5 additions and 3 deletions

View File

@ -5,6 +5,7 @@
nodePackages.prettier # formatting files
pandoc
python310Packages.python-lsp-server
fd
ripgrep
silver-searcher
];
@ -28,6 +29,7 @@
python310Packages.jedi
python310Packages.pip
python310Packages.yapf
epkgs.ag
epkgs.amx
epkgs.auctex
epkgs.avy
@ -84,10 +86,12 @@
epkgs.posframe
epkgs.powershell
epkgs.projectile
epkgs.projectile-ripgrep
epkgs.python-mode
epkgs.queue
epkgs.rainbow-delimiters
epkgs.restclient
epkgs.ripgrep
epkgs.smooth-scrolling
epkgs.solarized-theme
epkgs.string-inflection

View File

@ -92,9 +92,7 @@
))
(setq display-line-numbers-type 'visual)
(add-hook 'prog-mode-hook (lambda ()
(when (version<= "26.0.50" emacs-version )
(display-line-numbers-mode))))
(global-display-line-numbers-mode)
(setq inhibit-compacting-font-caches t)