diff options
author | Alan Pearce | 2014-04-10 19:26:17 +0100 |
---|---|---|
committer | Alan Pearce | 2014-04-10 19:26:17 +0100 |
commit | f942db6269c28f7aab01fe7a50d15c0f9798747f (patch) | |
tree | ec4c4ed162289dfda61221c5e171c3893c7eebf9 /emacs | |
parent | b35c0c6354e54c61e14d6e8b184517bdf47a99cf (diff) | |
download | nixfiles-f942db6269c28f7aab01fe7a50d15c0f9798747f.tar.lz nixfiles-f942db6269c28f7aab01fe7a50d15c0f9798747f.tar.zst nixfiles-f942db6269c28f7aab01fe7a50d15c0f9798747f.zip |
Emacs: remove PHP manual URL assignment
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/init.el | 2 |
1 files changed, 0 insertions, 2 deletions
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) |