all repos — nixfiles @ f942db6269c28f7aab01fe7a50d15c0f9798747f

System and user configuration, managed by nix and home-manager

Emacs: remove PHP manual URL assignment

Alan Pearce
commit

f942db6269c28f7aab01fe7a50d15c0f9798747f

parent

b35c0c6354e54c61e14d6e8b184517bdf47a99cf

1 file changed, 0 insertions(+), 2 deletions(-)

jump to
M emacs/init.elemacs/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)