diff options
Diffstat (limited to '.emacs.d/modules')
-rw-r--r-- | .emacs.d/modules/thanos-devtools.el (renamed from .emacs.d/modules/thanos-dev.el) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.emacs.d/modules/thanos-dev.el b/.emacs.d/modules/thanos-devtools.el index eb8a2c0..111e8c7 100644 --- a/.emacs.d/modules/thanos-dev.el +++ b/.emacs.d/modules/thanos-devtools.el @@ -54,7 +54,7 @@ corfu-preview-current t corfu-echo-mode t) -(setq indent-tabs-mode nil) +(setf indent-tabs-mode nil) ;; Register (define-key global-map (kbd "C-x r d") 'bookmark-delete) @@ -127,5 +127,5 @@ (setf gptel-api-key (password-store-get "chatgpt/api") gptel-model 'gpt-4-32k) -(provide 'thanos-dev) -;;; thanos-dev.el ends here +(provide 'thanos-devtools) +;;; thanos-devtools.el ends here |