From 18bcb5a3635b39bbd519fc70ae54c8970871e3d7 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Wed, 12 Apr 2023 20:25:11 +0200 Subject: [PATCH] + --- TODO.md | 3 +++ init.el | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index e69de29..dbde3e0 100644 --- a/TODO.md +++ b/TODO.md @@ -0,0 +1,3 @@ +# c-y y doesnt work + unknown argument for?!?! +# ack 'q' still asks to kill process diff --git a/init.el b/init.el index 4edd877..5e52c68 100644 --- a/init.el +++ b/init.el @@ -151,7 +151,7 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(package-selected-packages - '(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)) + '(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)))) ;; ** done