From bfd9c44c16768f5a8d6bd6bdcfbe1ea2706116a8 Mon Sep 17 00:00:00 2001 From: Peng Li Date: Sat, 2 Jul 2016 12:35:20 +0800 Subject: [PATCH] emacs - change org-bulltes list --- emacs.d/config.org | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/emacs.d/config.org b/emacs.d/config.org index 041cf06..b40e40e 100644 --- a/emacs.d/config.org +++ b/emacs.d/config.org @@ -520,7 +520,7 @@ use [[https://github.com/sabof/org-bullets][org-bullets]] package to show utf-8 (lambda () (org-bullets-mode t)))) - (setq org-bullets-bullet-list '("⦿" "✪" "⚫" "◉" "○" "►" "◆")) + (setq org-bullets-bullet-list '("⦿" "✪" "◉" "○" "►" "◆")) #+END_SRC ** Worf Mode @@ -720,7 +720,6 @@ Setting agenda files and the agenda view (setq org-agenda-show-all-dates t) #+END_SRC - ** Export PDF Install MacTex-basic and some tex packages @@ -1191,7 +1190,6 @@ Eshell alias Quickly start eshll in split window below, refer [[http://www.howardism.org/Technical/Emacs/eshell-fun.html][eshell-here]] #+BEGIN_SRC emacs-lisp :tangle yes :results silent - (defun eshell-x () (insert "exit") (eshell-send-input) @@ -1224,7 +1222,6 @@ Quickly start eshll in split window below, refer [[http://www.howardism.org/Tech ;; (global-set-key (kbd "M-`") (lambda () ;; (interactive) ;; (if (buffer-name)))) - #+END_SRC * Misc Settings -- 2.11.0