Skip to content

Commit

Permalink
remove region modifications.
Browse files Browse the repository at this point in the history
  • Loading branch information
cagedmantis committed Jul 26, 2015
1 parent 27f3b87 commit 881a056
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions init.el
Expand Up @@ -96,23 +96,4 @@
(setq os-specific-config (concat dotfiles-dir (prin1-to-string system-type) ".el"))
(if (file-exists-p os-specific-config) (load os-specific-config))

;;****************************
;; TODO
;;
;; Python custom
;; Haskell custom
;; os specific config
;; client specific config
;; markdown mode
;; css
;; html
;; python
;; c++
;; c
;; django
;; convert items to autoload

(put 'downcase-region 'disabled nil)
(put 'upcase-region 'disabled nil)

(message "=== Emacs Init Concluded ===")

0 comments on commit 881a056

Please sign in to comment.