diff options
-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) |