hiding special chars for text highlightening

master
Vyacheslav Boyko 2018-11-01 12:22:48 +03:00
parent e595ed0a41
commit 5058567dfc
2 changed files with 6 additions and 14 deletions

View File

@ -265,17 +265,6 @@
:config
(reverse-im-activate "russian-computer"))
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(package-selected-packages
(quote
(reverse-im which-key tangotango-theme powerline flatland-theme drag-stuff auto-complete anaconda-mode))))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)
;; hide special chars for text highlightening
(set 'org-hide-emphasis-markers t)

3
.gitignore vendored
View File

@ -1,3 +1,6 @@
.emacs.d/auto-save-list/**
.emacs.d/elpa/archives/**
.emacs.d/elpa/gnupg
.emacs.d/ido.last
.emacs.d/ido.last~
.emacs.d/init.el~