akhayyat/dotfiles

emacs: do not use undo-tree subrepo

Commit f182b5fa107b · Ahmad Khayyat · 2021-01-15 22:22 +0300

Changeset
f182b5fa107b9458f03ba1697091dfa155e0d985

View source at this commit

Comments

No comments yet.

Log in to comment

Diff

diff --git a/emacs b/emacs
--- a/emacs
+++ b/emacs
@@ -75,7 +75,6 @@
 ; allow both single and double quotes in the border
 (require 'org)
 (setf (nth 2 org-emphasis-regexp-components) " \t\r\n,")
-(custom-set-variables `(org-emphasis-alist ',org-emphasis-alist))
 
 ; define a new onlyenv environment with shortcut O
 (require 'ox-beamer)
@@ -245,7 +244,6 @@
 
 ;; Undo Tree
 ;;   http://www.dr-qubit.org/emacs.php#undo-tree
-(add-to-list 'load-path (expand-file-name "~/.dotfiles/emacs.d/undo-tree"))
 (require 'undo-tree)
 (global-undo-tree-mode)