You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Required by [[https://github.com/syohex/emacs-counsel-gtags][counsel-gtags]] and =company-gtags= from =company-mode=
182
182
- It creates index files for code navigation and auto-completion
@@ -281,7 +281,7 @@ Press =C-c C-y= anywhere to bring up default hydra menu.
281
281
282
282
The tutorials I recommended have enough information about commands.
283
283
284
-
Besides, "[[http://blog.binchen.org/posts/how-to-be-extremely-efficient-in-emacs.html][How to be extremely efficient in Emacs]]" lists my frequently used commands.
284
+
Besides, "[[http://redguardtoo.github.io/posts/how-to-be-extremely-efficient-in-emacs.html][How to be extremely efficient in Emacs]]" lists my frequently used commands.
285
285
286
286
Press =kj= to escape from =evil-insert-state= and everything else in Emacs. It's much more efficient than =ESC= in Vim or =C-g= in Emacs. Search =evil-escape= in =init-evil.el= for details.
287
287
* FAQ
@@ -324,7 +324,7 @@ If you prefer your own spell check solution, insert below code to disable wucuo
324
324
(setq my-disable-wucuo t)
325
325
#+end_src
326
326
327
-
For further knowledge on spell checking, you could read [[http://blog.binchen.org/posts/what-s-the-best-spell-check-set-up-in-emacs.html][my article]] and code in =init-spelling.el=.
327
+
For further knowledge on spell checking, you could read [[http://redguardtoo.github.io/posts/what-s-the-best-spell-check-set-up-in-emacs.html][my article]] and code in =init-spelling.el=.
328
328
** Lock packages
329
329
Some packages are so important to my workflow that they are locked.
330
330
@@ -414,7 +414,7 @@ Here is sample setup:
414
414
415
415
In "friendly" Visual C++, [[http://www.codeproject.com/Tips/588022/Using-Additional-Include-Directories][similar setup]] is required.
416
416
417
-
You can use other backends instead of =clang=. For example, you can use =company-gtags= and [[https://www.gnu.org/software/global/][GNU Global]] instead. See [[http://blog.binchen.org/posts/emacs-as-c-ide-easy-way.html][Emacs as C++ IDE, easy way]] for details.
417
+
You can use other backends instead of =clang=. For example, you can use =company-gtags= and [[https://www.gnu.org/software/global/][GNU Global]] instead. See [[http://redguardtoo.github.io/posts/emacs-as-c-ide-easy-way.html][Emacs as C++ IDE, easy way]] for details.
418
418
419
419
*** Auto-completion for other languages
420
420
It's similar to C++ setup. Since GNU Global supports many popular languages, you can use =company-gtags=.
@@ -514,7 +514,7 @@ git revert commit-2014-12-01
514
514
git revert commit-2014-11-01
515
515
#+end_src
516
516
** Indentation
517
-
Learn [[http://www.emacswiki.org/emacs/IndentationBasics][basics]]. Then use [[http://blog.binchen.org/posts/easy-indentation-setup-in-emacs-for-web-development.html][my solution]].
517
+
Learn [[http://www.emacswiki.org/emacs/IndentationBasics][basics]]. Then use [[http://redguardtoo.github.io/posts/easy-indentation-setup-in-emacs-for-web-development.html][my solution]].
518
518
** Editing Lisp
519
519
Please note [[http://emacswiki.org/emacs/ParEdit][paredit-mode]] is enabled when editing Lisp. Search "paredit cheat sheet" to learn its key bindings.
520
520
** Use [[https://github.com/Malabarba/smart-mode-line][smart-mode-line]] or [[https://github.com/milkypostman/powerline][powerline]]?
0 commit comments