Markup numbers in emacs
git-svn-id: http://photonzero.com/dotfiles/trunk@60 23f722f6-122a-0410-8cef-c75bd312dd78
This commit is contained in:
parent
7d12dd88fa
commit
0bf73b6871
2 changed files with 15 additions and 11 deletions
|
|
@ -27,6 +27,7 @@
|
|||
(setq viper-search-wrap-around t)
|
||||
(setq viper-no-multiple-ESC t)
|
||||
(setq viper-translate-all-ESC-keysequences nil)
|
||||
(setq viper-always t)
|
||||
(setq viper-vi-style-in-minibuffer nil)
|
||||
;(define-key ac-completing-map "\t" 'ac-fuzzy-complete)
|
||||
;(define-key ac-completing-map "\r" nil)
|
||||
|
|
@ -69,12 +70,13 @@
|
|||
(vimpulse-map "gw" 'vimpulse-search-forward-for-symbol-at-point)
|
||||
(vimpulse-map "gK" 'kill-buffer-and-window)
|
||||
;(define-key viper-insert-global-user-map "\C-d" 'delete-char))
|
||||
|
||||
(add-hook 'window-setup-hook 'delete-other-windows)
|
||||
|
||||
; Basic frame defaults
|
||||
(let ((background-color "#2F2F2F")
|
||||
(foreground-color "LightGrey")
|
||||
(fname "Deja Vu Sans Mono-15")
|
||||
(fname "Inconsolata-15")
|
||||
(fheight 45)
|
||||
(fwidth 115))
|
||||
|
||||
|
|
@ -89,15 +91,11 @@
|
|||
)
|
||||
(custom-set-variables '(inhibit-startup-screen t))
|
||||
(custom-set-faces)
|
||||
|
||||
; Run color-theme
|
||||
(color-theme-initialize)
|
||||
;(require 'color-theme-barak)
|
||||
|
||||
(color-theme-barak)
|
||||
(color-theme-barak-extras)
|
||||
|
||||
;
|
||||
;(defun my-emacs-startup-hook () (my-close-scratch)) (add-hook 'emacs-startup-hook 'my-emacs-startup-hook)
|
||||
(defadvice viper-maybe-checkout (around viper-svn-checkin-fix activate)
|
||||
"Advise viper-maybe-checkout to ignore svn files."
|
||||
(let ((file (expand-file-name (buffer-file-name buf))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue