Emacs: remove PHP manual URL assignment
Alan Pearce alan@alanpearce.co.uk
Thu, 10 Apr 2014 19:26:17 +0100
1 files changed, 0 insertions(+), 2 deletions(-)
jump to
M emacs/init.el → emacs/init.el
@@ -1092,8 +1092,6 @@ :config (progn (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)