(add-to-list 'load-path (expand-file-name "~/.emacs.d/site-lisp")) (tool-bar-mode 0) ;; org mode (require 'org-install) (add-to-list 'auto-mode-alist '("\\.org$" . org-mode)) (define-key global-map "\C-cl" 'org-store-link) (define-key global-map "\C-ca" 'org-agenda) ;; gnus (setq gnus-select-method '(nntp "news.gmane.org")) (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. '(auto-compression-mode t nil (jka-compr)) '(browse-url-netscape-program "firefox") '(calendar-week-start-day 1) '(canlock-password "b115bbc37f05787a0dc94884edbc7a16f96238d2") '(case-fold-search t) '(current-language-environment "UTF-8") '(default-input-method "rfc1345") '(delete-selection-mode nil) '(dired-recursive-copies (quote top)) '(dired-recursive-deletes (quote top)) '(global-font-lock-mode t nil (font-lock)) '(gnus-use-adaptive-scoring (quote (word))) '(org-agenda-files (quote ("~/test.org"))) '(org-agenda-include-all-todo t) '(org-agenda-todo-ignore-scheduled t) '(org-agenda-todo-list-sublevels nil) '(org-agenda-use-time-grid nil) '(org-icalendar-include-todo t) '(scroll-bar-mode (quote right)) '(show-paren-mode t) '(tex-dvi-view-command "xdvi") '(transient-mark-mode t)) (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. ) (put 'dired-find-alternate-file 'disabled nil) (put 'narrow-to-region 'disabled nil)