From 5a9ccaf501099ba823a40a1600773c2ae83a6189 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Sun, 25 May 2014 09:32:42 -0400 Subject: [PATCH] Highlight sexp sucks --- init.el | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/init.el b/init.el index 56575e0..d35351d 100644 --- a/init.el +++ b/init.el @@ -38,7 +38,7 @@ '(font-latex-italic-face ((t (:inherit italic :foreground "SpringGreen")))) '(font-lock-comment-delimiter-face ((t (:foreground "lightslategray")))) '(font-lock-comment-face ((t (:foreground "SlateGray")))) - '(highlight ((t (:background "DarkSlateGray")))) + '(highlight ((t (:background "#223939")))) '(italic ((((supports :underline t)) nil))) '(menu ((t (:inverse-video t)))) '(mouse ((t (:background "orchid")))) @@ -300,22 +300,16 @@ This is the same as using \\[set-mark-command] with the prefix argument." ;; (deactivate-mark nil)) ;; (define-key global-map [remap exchange-point-and-mark] 'exchange-point-and-mark-no-activate) - (byte-recompile-directory "~/.emacs.d/bibretrieve" 0) (load "bibretrieve") (require 'wordnik-synonym) (global-set-key (kbd "H-=") 'wn/synonym-at-point) - -;(require 'highlight-sexps) ;; (require 'smartparens) ;; (require 'smartparens-config) ;; (require 'smartparens-latex) -(defun flymake-get-tex-args (file-name) - (list "chktex" (list "-q" "-v0" file-name))) - (setq server-name (kde-current-activity)) (server-start) (menu-bar-mode -99)