(custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(blink-cursor-mode nil) '(column-number-mode t) '(display-time-mode t) '(scroll-bar-mode nil) '(size-indication-mode t) '(uniquify-buffer-name-style (quote forward) nil (uniquify))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(default ((t (:inherit nil :stipple nil :background "black" :foreground "white" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 129 :width normal :foundry "unknown" :family "ProggyCleanTT"))))) (add-to-list 'load-path "/home/lam/elisp/plugins") (require 'linum) (global-linum-mode 1) (require 'color-theme) (color-theme-ld-dark) (setq x-select-enable-clipboard t) (setq interprogram-paste-function 'x-cut-buffer-or-selection-value) (setq c-auto-newline 1) (setq-default tab-width 4) (setq c-basic-offset 4) (setq c-toggle-hungry-state 1) (put 'downcase-region 'disabled nil)