mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-13 23:51:34 +09:00
9 lines
216 B
EmacsLisp
9 lines
216 B
EmacsLisp
;; init-copilot.el -*- lexical-binding: t -*-
|
|
(add-to-list 'load-path "~/.config/emacs/copilot.el")
|
|
(require 'copilot)
|
|
|
|
(add-hook 'prog-mode-hook 'copilot-mode)
|
|
|
|
(provide 'init-copilot)
|
|
;;; init-copilot.el ends here
|