This commit is contained in:
2023-04-16 19:58:56 +02:00
parent e87dfcd330
commit e224858cc6
2 changed files with 4 additions and 1 deletions

2
.gitignore vendored
View File

@@ -3,6 +3,7 @@ auto-save-list
backups backups
el-get el-get
elpa-27.1 elpa-27.1
elpa-28.2
elpa elpa
projectile-bookmarks.eld projectile-bookmarks.eld
recentf recentf
@@ -15,3 +16,4 @@ notizen.org
daemon.log daemon.log
daemon.pid daemon.pid
tramp tramp
eln-cache

View File

@@ -163,7 +163,8 @@
;; If there is more than one, they won't work right. ;; If there is more than one, they won't work right.
'(package-selected-packages '(package-selected-packages
'(tramp dictcc beacon which-key goto-last-change browse-kill-ring fringe-current-line swiper smex undo-tree fic-mode cmake-mode yaml-mode windresize web-mode use-package tablist solarized-theme smartparens rust-mode projectile persistent-scratch org-bullets markdown-mode magit iedit ibuffer-vc ibuffer-tramp hydra htmlize highlight-indentation go-mode eyebrowse elmacro dumb-jump dired-ranger dired-k dired-filter default-text-scale change-inner buffer-move)) '(tramp dictcc beacon which-key goto-last-change browse-kill-ring fringe-current-line swiper smex undo-tree fic-mode cmake-mode yaml-mode windresize web-mode use-package tablist solarized-theme smartparens rust-mode projectile persistent-scratch org-bullets markdown-mode magit iedit ibuffer-vc ibuffer-tramp hydra htmlize highlight-indentation go-mode eyebrowse elmacro dumb-jump dired-ranger dired-k dired-filter default-text-scale change-inner buffer-move))
'(safe-local-variable-values '((ruby-indent-level 4)))) '(safe-local-variable-values '((ruby-indent-level 4)))
'(warning-suppress-types '((comp))))
;; ** done ;; ** done