From 9c8c3b81c2816d0673b347166f0be2fd860472db Mon Sep 17 00:00:00 2001 From: Ravi R Kiran Date: Sun, 14 Dec 2014 20:07:37 -0800 Subject: Don't need as much hand-holding now diff --git a/ravi-init-function.el b/ravi-init-function.el index b4dc744..671d45c 100644 --- a/ravi-init-function.el +++ b/ravi-init-function.el @@ -1,9 +1,9 @@ ;;; ravi-init-function.el --- functionality -;; Copyright (C) 2013 +;; Copyright (C) 2013 ;; Author: -;; Keywords: +;; Keywords: ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -25,16 +25,11 @@ ;;; Code: ;; Enable emacs functionality that is disabled by default -(put 'eval-expression 'disabled nil) -;(put 'set-goal-column 'disabled nil) -(put 'narrow-to-page 'disabled nil) -(put 'narrow-to-region 'disabled nil) -(put 'downcase-region 'disabled nil) -(put 'upcase-region 'disabled nil) +(setq disabled-command-function nil) ;(setq enable-recursive-minibuffers t) ;; Use emacsclient from other programs -(server-start) +(unless (server-running-p) (server-start)) (provide 'ravi-init-function) ;;; ravi-init-function.el ends here -- cgit v0.10.1