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:
js0ny 2025-01-29 23:26:57 +00:00
parent 56a684d5ba
commit 87c237684b
7 changed files with 122 additions and 8 deletions

View file

@ -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