mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
feat(emacs): org mode basic qol improvements
* CJK zero-width space * Fonts for CJK characters * Paste images from clipboard (org-download) * Line-feed by default * Visual relative line mode number (instead of physical relative) * Treemacs: Sidebar file tree in Emacs
This commit is contained in:
parent
56a684d5ba
commit
87c237684b
7 changed files with 122 additions and 8 deletions
|
|
@ -1,5 +1,8 @@
|
|||
;;; init-edit.el
|
||||
|
||||
;; Use UTF-8 & LF
|
||||
(setq-default buffer-file-coding-system 'utf-8-unix)
|
||||
|
||||
;; Company - Complete Anything
|
||||
(use-package company
|
||||
:ensure t
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue