Highlight sexp sucks

master
Jacopo De Simoi 12 years ago
parent 8da0aede4f
commit 5a9ccaf501
  1. 8
      init.el

@ -38,7 +38,7 @@
'(font-latex-italic-face ((t (:inherit italic :foreground "SpringGreen")))) '(font-latex-italic-face ((t (:inherit italic :foreground "SpringGreen"))))
'(font-lock-comment-delimiter-face ((t (:foreground "lightslategray")))) '(font-lock-comment-delimiter-face ((t (:foreground "lightslategray"))))
'(font-lock-comment-face ((t (:foreground "SlateGray")))) '(font-lock-comment-face ((t (:foreground "SlateGray"))))
'(highlight ((t (:background "DarkSlateGray")))) '(highlight ((t (:background "#223939"))))
'(italic ((((supports :underline t)) nil))) '(italic ((((supports :underline t)) nil)))
'(menu ((t (:inverse-video t)))) '(menu ((t (:inverse-video t))))
'(mouse ((t (:background "orchid")))) '(mouse ((t (:background "orchid"))))
@ -300,22 +300,16 @@ This is the same as using \\[set-mark-command] with the prefix argument."
;; (deactivate-mark nil)) ;; (deactivate-mark nil))
;; (define-key global-map [remap exchange-point-and-mark] 'exchange-point-and-mark-no-activate) ;; (define-key global-map [remap exchange-point-and-mark] 'exchange-point-and-mark-no-activate)
(byte-recompile-directory "~/.emacs.d/bibretrieve" 0) (byte-recompile-directory "~/.emacs.d/bibretrieve" 0)
(load "bibretrieve") (load "bibretrieve")
(require 'wordnik-synonym) (require 'wordnik-synonym)
(global-set-key (kbd "H-=") 'wn/synonym-at-point) (global-set-key (kbd "H-=") 'wn/synonym-at-point)
;(require 'highlight-sexps)
;; (require 'smartparens) ;; (require 'smartparens)
;; (require 'smartparens-config) ;; (require 'smartparens-config)
;; (require 'smartparens-latex) ;; (require 'smartparens-latex)
(defun flymake-get-tex-args (file-name)
(list "chktex" (list "-q" "-v0" file-name)))
(setq server-name (kde-current-activity)) (setq server-name (kde-current-activity))
(server-start) (server-start)
(menu-bar-mode -99) (menu-bar-mode -99)

Loading…
Cancel
Save