It's settled. I have a problem.
This commit is contained in:
parent
7ddb52699d
commit
5d24a9b3f7
23 changed files with 217 additions and 45 deletions
|
@ -1,5 +1,3 @@
|
|||
(provide 'init-text)
|
||||
|
||||
(add-hook 'text-mode-hook 'turn-on-auto-fill)
|
||||
(add-hook 'prog-mode-hook 'enable-comment-hard-wrap)
|
||||
|
||||
|
@ -50,3 +48,7 @@
|
|||
(kbd "s-b") 'markdown-insert-bold
|
||||
(kbd "s-i") 'markdown-insert-italic
|
||||
(kbd "s-`") 'markdown-insert-del))))
|
||||
|
||||
|
||||
(provide 'init-text)
|
||||
;;; init-text.el ends here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue