Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcepoi committed Jun 27, 2011
1 parent 771c70e commit db079a8
Show file tree
Hide file tree
Showing 108 changed files with 20 additions and 18,014 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "ruby/rinari"]
path = ruby/rinari
url = git://github.com/eschulte/rinari.git
22 changes: 16 additions & 6 deletions init.el
Expand Up @@ -13,10 +13,10 @@


;; LOOK and FEEL ;; LOOK and FEEL
(add-to-list 'default-frame-alist '(font . "Monospace-10")) (add-to-list 'default-frame-alist '(font . "Monospace-10"))
(add-to-list 'default-frame-alist '(top . 70)) ;;(add-to-list 'default-frame-alist '(top . 70))
(add-to-list 'default-frame-alist '(left . 30)) ;;(add-to-list 'default-frame-alist '(left . 30))
(add-to-list 'default-frame-alist '(height . 50)) (add-to-list 'default-frame-alist '(height . 50))
(add-to-list 'default-frame-alist '(width . 150)) (add-to-list 'default-frame-alist '(width . 140))


(tool-bar-mode -1) (tool-bar-mode -1)
(set-scroll-bar-mode 'right) (set-scroll-bar-mode 'right)
Expand All @@ -36,8 +36,8 @@
(color-theme-initialize) (color-theme-initialize)


(add-to-list 'load-path "~/.emacs.d/themes") (add-to-list 'load-path "~/.emacs.d/themes")
(require 'railscasts) ;;(require 'railscasts)
(color-theme-railscasts) ;;(color-theme-railscasts)


(set-cursor-color "gray30") (set-cursor-color "gray30")
(set-face-attribute 'mode-line nil (set-face-attribute 'mode-line nil
Expand Down Expand Up @@ -85,6 +85,7 @@
;; LINE NUMBERS ;; LINE NUMBERS
(setq linum-format "%4d") (setq linum-format "%4d")
(setq column-number-mode t) (setq column-number-mode t)
(setq fill-column 100)


;; IDO MODE ;; IDO MODE
(require 'ido) (require 'ido)
Expand Down Expand Up @@ -136,12 +137,20 @@ global-semantic-stickyfunc-mode))
(setq-default c-default-style "bsd") (setq-default c-default-style "bsd")
;;(add-hook 'c-mode-common-hook '(lambda() (setq tab-width 4))) ;;(add-hook 'c-mode-common-hook '(lambda() (setq tab-width 4)))


;; SHEBANG
(add-to-list 'interpreter-mode-alist '("ruby1.9" . ruby-mode))
(add-to-list 'interpreter-mode-alist '("python2.6" . python-mode))

;; LATEX ;; LATEX
(add-hook 'LaTeX-mode-hook (lambda() (add-hook 'LaTeX-mode-hook (lambda()
(add-to-list 'TeX-command-list '("XeLaTeX" "%`xelatex%(mode)%' %t" TeX-run-TeX nil t)) (add-to-list 'TeX-command-list '("XeLaTeX" "%`xelatex%(mode)%' %t" TeX-run-TeX nil t))
(setq TeX-command-default "XeLaTeX") (setq TeX-command-default "XeLaTeX")
(setq TeX-save-query nil) (setq TeX-save-query nil)
(setq TeX-show-compilation t))) (setq TeX-show-compilation t)))
(add-hook 'LaTeX-mode-hook 'LaTeX-math-mode)
(add-hook 'LaTeX-mode-hook 'company-mode)
(add-hook 'LaTeX-mode-hook 'flyspell-mode)
(add-hook 'LaTeX-mode-hook 'turn-on-auto-fill)


(setq TeX-PDF-mode t) (setq TeX-PDF-mode t)
(defun pdfevince () (defun pdfevince ()
Expand Down Expand Up @@ -191,7 +200,8 @@ global-semantic-stickyfunc-mode))
(setq ecb-tip-of-the-day nil) (setq ecb-tip-of-the-day nil)


(setq ecb-create-layout-file "~/.emacs.d/ecb-user-layouts.el") (setq ecb-create-layout-file "~/.emacs.d/ecb-user-layouts.el")
(setq ecb-layout-name "leftright-custom") ;;(setq ecb-layout-name "leftright-custom")
(setq ecb-layout-name "left13")
(setq ecb-fix-window-size (quote width)) (setq ecb-fix-window-size (quote width))
(setq ecb-windows-width 30) (setq ecb-windows-width 30)
(setq ecb-show-sources-in-directories-buffer (quote ("left7" "left13" "left14" "left15" "leftright-custom"))) (setq ecb-show-sources-in-directories-buffer (quote ("left7" "left13" "left14" "left15" "leftright-custom")))
Expand Down
1 change: 1 addition & 0 deletions ruby/rinari
Submodule rinari added at f6f36a
3 changes: 0 additions & 3 deletions ruby/rinari/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions ruby/rinari/.gitmodules

This file was deleted.

17 changes: 0 additions & 17 deletions ruby/rinari/README

This file was deleted.

187 changes: 0 additions & 187 deletions ruby/rinari/Rakefile

This file was deleted.

0 comments on commit db079a8

Please sign in to comment.