diff options
| author | bard <[email protected]> | 2024-03-20 21:44:19 -0400 |
|---|---|---|
| committer | bard <[email protected]> | 2024-03-20 21:44:19 -0400 |
| commit | 946abe8819ff2d8b12dc5397213d8051f33285c2 (patch) | |
| tree | 9fc92f196c06342dffad1434ab5bb8c270c3045e /bard-emacs-modules | |
| parent | 0223d899c456049d42e1ff0ba1bc1818a26b6696 (diff) | |
fixed broken var
Diffstat (limited to 'bard-emacs-modules')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-lang.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bard-emacs-modules/bard-emacs-lang.el b/bard-emacs-modules/bard-emacs-lang.el index f04d7e9..4fb5a45 100644 --- a/bard-emacs-modules/bard-emacs-lang.el +++ b/bard-emacs-modules/bard-emacs-lang.el @@ -28,9 +28,6 @@ ;; Input methods (global-set-key (kbd "<f10>") 'toggle-input-method) -;; Snippet directories -(setq yasnippet-snippets-dir '("/home/bard/.emacs.d/elpa/yasnippet-snippets-20231219.1505/snippets" "/home/bard/.emacs.d/snippets/")) - (defun bard/common-modes-hook () "Commonly used modes, bundled in one hook." (display-line-numbers-mode 1) |
