Loading sample.emacs +2 −2 Original line number Diff line number Diff line Loading @@ -7,9 +7,9 @@ ;; First comes a setup that is ideal when you are only working with curl. Just ;; select the next few lines, paste it into your .emacs and change the path to ;; the tools folder. (If you are using more than one style. Look further down ;; the this file.) ;; this file.) (load-file "<YOUR-PATH-TO-CURL>/tools/curl-style.el") (load-file "<YOUR-PATH-TO-CURL>/curl-style.el") (add-hook 'c-mode-common-hook 'curl-c-mode-common-hook) ;; If you are using more than one style in maybe more than one project the Loading Loading
sample.emacs +2 −2 Original line number Diff line number Diff line Loading @@ -7,9 +7,9 @@ ;; First comes a setup that is ideal when you are only working with curl. Just ;; select the next few lines, paste it into your .emacs and change the path to ;; the tools folder. (If you are using more than one style. Look further down ;; the this file.) ;; this file.) (load-file "<YOUR-PATH-TO-CURL>/tools/curl-style.el") (load-file "<YOUR-PATH-TO-CURL>/curl-style.el") (add-hook 'c-mode-common-hook 'curl-c-mode-common-hook) ;; If you are using more than one style in maybe more than one project the Loading