From f942db6269c28f7aab01fe7a50d15c0f9798747f Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 10 Apr 2014 19:26:17 +0100 Subject: Emacs: remove PHP manual URL assignment --- emacs/init.el | 2 -- 1 file changed, 2 deletions(-) (limited to 'emacs/init.el') diff --git a/emacs/init.el b/emacs/init.el index b826a0a6..6c4d390c 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -1092,8 +1092,6 @@ Also returns nil if pid is nil." (bind-key "C-h C-f" #'php-search-documentation php-mode-map) (unbind-key "C-c C-f" php-mode-map) (unbind-key "C-." php-mode-map) - (if (eq env/location 'home) - (setq php-manual-url "http://docs.home/manual/en/")) (c-add-style "ap" '((c-basic-offset . 4) (c-offsets-alist . ((arglist-cont . php-lineup-arglist) -- cgit 1.4.1