Trying org-fancy-priorities.

This commit is contained in:
Julien Palard 2021-09-30 09:34:22 +02:00
parent bdbc8c403e
commit 97319d3a64
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
1 changed files with 7 additions and 0 deletions

View File

@ -76,6 +76,13 @@
:commands (blacken-mode)
:hook (python-mode . blacken-mode))
(use-package org-fancy-priorities
:ensure t
:hook
(org-mode . org-fancy-priorities-mode)
:config
(setq org-fancy-priorities-list '("" "" "" "")))
;; lsp-mode can only work on named buffers
(defun po-mode-name-buffer ()
(setq-local buffer-file-name "msgstr.po")