Skip to content

Commit

Permalink
disable emacs server
Browse files Browse the repository at this point in the history
  • Loading branch information
zubchick committed Aug 26, 2014
1 parent 6a236c1 commit ecc71ac
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions zubchick.el
Expand Up @@ -35,9 +35,6 @@ the current position of point, then move it to the beginning of the line."
(add-hook 'prog-mode-hook
(lambda () (local-set-key (kbd "C-a") 'smart-line-beginning)))

;; ido-styled
(setq ido-enable-flex-matching t
ido-use-filename-at-point 'guess)

;; expand-region
(global-set-key (kbd "C-=") 'er/expand-region)
Expand Down Expand Up @@ -81,7 +78,3 @@ to the previously saved position"
;; uniquify - for files with same names
(require 'uniquify)
(setq uniquify-buffer-name-style 'forward)

;;; magit
(setq magit-emacsclient-executable "/usr/local/bin/emacsclient")
(server-start)

0 comments on commit ecc71ac

Please sign in to comment.