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

View File

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