update stuff

This commit is contained in:
ksyasuda
2021-11-02 16:03:18 -07:00
parent f011fa6f5e
commit 41b035ed4d
12 changed files with 594 additions and 38 deletions

View File

@@ -152,6 +152,14 @@
;; (add-to-list 'company-backends 'company-jedi))
;;; gif screencast
(with-eval-after-load 'gif-screencast
(define-key gif-screencast-mode-map (kbd "<f8>") 'gif-screencast-toggle-pause))
(global-set-key (kbd "<f9>") 'gif-screencast-start-or-stop)
;;; HOOKS

View File

@@ -71,3 +71,4 @@
(package! fira-code-mode)
(package! lsp-ui)
(package! company-quickhelp)
(package! gif-screencast)