git.fiddlerwoaroof.com
Browse code

chore(emacs): cleanup

Edward Langley authored on 09/06/2021 20:44:58
Showing 1 changed files
... ...
@@ -733,9 +733,6 @@ With a prefix ARG invalidates the cache first."
733 733
             (e (progn (goto-char b) (line-number-at-pos))))
734 734
         (evil-scroll-line-to-center (+ s -1 (ceiling (- e s) 2)))))))
735 735
 
736
-(use-package yasnippet
737 736
   :ensure t
738 737
   :config
739
-  (yas-global-mode 1))
740 738
 
741
-(run-with-idle-timer 5 t 'garbage-collect)