libkookie: emacs: various mode fixes

main
Katharina Fey 2 years ago
parent 139805c7f3
commit 707557afaf
Signed by: kookie
GPG Key ID: 90734A9E619C8A6C
  1. 2
      infra/libkookie/overlays/kookie/emacs/org/default.nix
  2. 2
      infra/libkookie/overlays/kookie/emacs/rust/default.el

@ -1,4 +1,4 @@
{ buildModule, epkgs, pkgs }:
with epkgs; with pkgs;
(buildModule "kookie-org" ./. [ org ox-reveal ])
(buildModule "kookie-org" ./. [ org ox-reveal htmlize ])

@ -12,6 +12,8 @@
(provide 'rust)
(require 'yasnippet)
;;; Use rust-analyzer for completions
(setq lsp-rust-server 'rust-analyzer)

Loading…
Cancel
Save