:repo "https://git.sr.ht/~pkal/do-at-point"
:pre-build (("pandoc" "-o" "do-at-point.texi" "README.md"))))
(elpaca rfc-mode)
+(elpaca pdf-tools)
(elpaca-wait)
(autoload 'esy-publish "esy-publish" nil t)
(autoload 'esy-publish-local-server "esy-publish" nil t)
(autoload 'esy-publish-create-post "esy-publish" nil t)
+(with-eval-after-load 'recentf
+ (add-to-list 'recentf-exclude "~/checkouts/esy-publish/local/.*\.html"))
(require 'esy-comm)
(keymap-global-set "C-s-f" #'toggle-frame-fullscreen)
(keymap-global-set "C-s-l" #'esy/pulse-line)
(keymap-global-set "M-\"" #'insert-pair)
+(keymap-global-set "M-[" #'insert-pair)
+(keymap-global-set "M-]" #'up-list)
(keymap-set ctl-x-map "b" #'consult-buffer)
(keymap-set ctl-x-4-map "b" #'consult-buffer-other-window)
(setq-default mode-line-format esy/mode-line-format)
(force-mode-line-update t)))
+(with-eval-after-load 'elisp-mode
+ (setq elisp-flymake-byte-compile-load-path (cons "./" load-path)))
(provide 'init)
;;; init.el ends here