Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
takeokunn committed Sep 18, 2024
1 parent 3a5c185 commit 2d55110
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions home-manager/programs/emacs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ in {
tangle (builtins.readFile ./elisp/init.org);
".config/emacs/early-init.el".text =
tangle (builtins.readFile ./elisp/early-init.org);
".config/emacs/yasnippet.org".source = ./misc/yasnippet.org;
".config/emacs/misc/yasnippet.org".source = ./misc/yasnippet.org;
};

packages = with pkgs; [ emacs-lsp-booster pinentry-emacs cmigemo ];
packages = with pkgs; [ emacs-lsp-booster pinentry-emacs ];

sessionVariables = {
EDITOR = "emacsclient -nw";
Expand Down
5 changes: 0 additions & 5 deletions home-manager/programs/emacs/elisp/init.org
Original file line number Diff line number Diff line change
Expand Up @@ -2998,10 +2998,6 @@
#+begin_src emacs-lisp :tangle yes
(autoload-if-found '(vlf-disable-for-function) "vlf-setup" t)

;; (vlf-disable-for-function tags-verify-table "etags")
;; (vlf-disable-for-function tag-find-file-of-tag-noselect "etags")
;; (vlf-disable-for-function helm-etags-create-buffer "helm-tags")

(with-eval-after-load 'dired
;; hooks
(define-key dired-mode-map (kbd "V") #'dired-vlf))
Expand All @@ -3010,7 +3006,6 @@
#+begin_src emacs-lisp :tangle yes
(autoload-if-found '(sudo-edit-current-file) "sudo-edit" nil t)
#+end_src

* Project
** projectile
#+begin_src emacs-lisp :tangle yes
Expand Down

0 comments on commit 2d55110

Please sign in to comment.