meta: Update flake
This commit is contained in:
@@ -9,6 +9,7 @@ let
|
||||
rev = "e89a63a62e071180c9cdd9067679fadc3f7bf796";
|
||||
sha256 = "0gxlz9b7fvbjkqxsyb4l75g7jsxyms0i1vpnb6y499hl115akcaz";
|
||||
};
|
||||
|
||||
in {
|
||||
options.ptw.programs.emacs = {
|
||||
enable = lib.mkEnableOption "Configure emacs";
|
||||
@@ -20,7 +21,8 @@ in {
|
||||
|
||||
home-manager.users."${config.ptw.system.singleUser}" = {
|
||||
home.file = {
|
||||
".emacs".source = ./dotemacs;
|
||||
#".emacs".text = builtins.replaceStrings [ "%%DARTLANG_ANALYSIS_SERVER_PATH%%" "" ] (builtins.readFile ./dotemacs);
|
||||
".emace".source = ./dotemacs;
|
||||
".emacs.d/mu4e.el".source = ./mu4e.el;
|
||||
".emacs.d/themes/weyland-yutani-theme.el".source = "${weyland-yutani}/weyland-yutani-theme.el";
|
||||
};
|
||||
|
||||
@@ -213,6 +213,13 @@
|
||||
lsp-signature-auto-activate nil
|
||||
company-minimum-prefix-length 1
|
||||
read-process-output-max (* 1024 1024))
|
||||
(use-package lsp-mode
|
||||
:init
|
||||
(setq lsp-keymap-prefix "C-c l")
|
||||
:hook (
|
||||
(dart-mode . lsp)
|
||||
)
|
||||
:commands lsp)
|
||||
|
||||
;; Debugging
|
||||
;(use-package explain-pause-mode
|
||||
|
||||
Reference in New Issue
Block a user