summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2026-04-03 04:02:29 +0200
committerThomas Voss <mail@thomasvoss.com> 2026-04-03 04:02:29 +0200
commitd9604e14cade707364450e001d896638f5a4e252 (patch)
tree15410f67b0d4e8c639a88544166757676ad3e06a /.config
parenta1a031f88bbdc2747adf9a10c7a77a572a52fbf8 (diff)
emacs: Ignore custom.elHEADmaster
Diffstat (limited to '.config')
-rw-r--r--.config/emacs/.gitignore1
-rw-r--r--.config/emacs/custom.el20
2 files changed, 1 insertions, 20 deletions
diff --git a/.config/emacs/.gitignore b/.config/emacs/.gitignore
new file mode 100644
index 0000000..2979f8f
--- /dev/null
+++ b/.config/emacs/.gitignore
@@ -0,0 +1 @@
+/custom.el \ No newline at end of file
diff --git a/.config/emacs/custom.el b/.config/emacs/custom.el
deleted file mode 100644
index 198e881..0000000
--- a/.config/emacs/custom.el
+++ /dev/null
@@ -1,20 +0,0 @@
-;;; -*- lexical-binding: t -*-
-(custom-set-variables
- ;; custom-set-variables was added by Custom.
- ;; If you edit it by hand, you could mess it up, so be careful.
- ;; Your init file should contain only one such instance.
- ;; If there is more than one, they won't work right.
- '(package-selected-packages nil)
- '(package-vc-selected-packages
- '((vue-ts-mode :url "https://github.com/8uff3r/vue-ts-mode.git"
- :branch "main" :vc-backend Git)
- (gsp-ts-mode :url "https://git.thomasvoss.com/gsp-ts-mode"
- :branch "master" :vc-backend Git)
- (xcompose-mode :url "https://git.thomasvoss.com/xcompose-mode"
- :branch "master" :vc-backend Git))))
-(custom-set-faces
- ;; custom-set-faces was added by Custom.
- ;; If you edit it by hand, you could mess it up, so be careful.
- ;; Your init file should contain only one such instance.
- ;; If there is more than one, they won't work right.
- )