1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

tweaks on emacs config

Signed-off-by: Stefan Ellmauthaler <stefan.ellmauthaler@tu-dresden.de>
This commit is contained in:
Stefan Ellmauthaler 2021-10-15 16:16:50 +02:00
parent 5d0540895d
commit 5d65ceb2bd
3 changed files with 15 additions and 2 deletions

View File

@ -122,7 +122,7 @@
rustup rustup
rust-analyzer rust-analyzer
usbutils usbutils
gcc #gcc
clang clang
keepassxc keepassxc
gnome.libsecret gnome.libsecret

View File

@ -7,7 +7,7 @@
./git.nix ./git.nix
./gpg.nix ./gpg.nix
./i3.nix ./i3.nix
./nextcloud.nixg ./nextcloud.nix
./polybar.nix ./polybar.nix
./zsh.nix ./zsh.nix
]; ];

View File

@ -383,6 +383,18 @@
:custom :custom
(flyspell-mode-line-string nil)) (flyspell-mode-line-string nil))
;; pasp
(use-package pasp-mode)
;; sparql
(use-package sparql-mode)
;; json
(use-package json-mode
:defer t
:mode "\\.json\\'"
:hook (json-mode-hook . yas-minor-mode))
;; lsp ;; lsp
(use-package lsp-mode (use-package lsp-mode
:after flycheck :after flycheck
@ -452,4 +464,5 @@
;; If you edit it by hand, you could mess it up, so be careful. ;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance. ;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right. ;; If there is more than one, they won't work right.
'(default ((t (:slant normal :weight normal :height 144 :width normal :foundry "unknown" :family "Hasklug Nerd Font"))))
) )