Results 95 comments of Tu Do

@arichr Glad that you find the book useful. A few years back, I had a plan to continue the book, which was roughly like this: - After writing your own...

`(require 'bookmark)` produced the same error: ``` Debugger entered--Lisp error: (error "Invalid face" bookmark-menu-heading) set-face-attribute(bookmark-menu-heading nil :foreground unspecified :background unspecified :family unspecified :slant unspecified :weight unspecified :height unspecified :underline unspecified...

@rougier it didn't solve the problem. In the end, I made a workaround by defining the face so NANO won't complain. Anyway, I finally can integrate NANO with my config...

It works for me in Ubuntu as well. Here is a demo in Emacs with Ag integration (the demo begins when you see `START DEMO` at the bottom), with your...

`evil-search-highlight-persist-remove-all` is bound to `SPC s c`, so it is expected to clear all highlighting. However, if you set `evil-search-module` to `'evil-search` then the highlighting clear doesn't work anymore.

Thanks. I will look into it soon.

Semantic is pretty dated. I suggest you take a look at Emacs cquery and set it up. I will update my guide soon.

Hi, which line do you want to hide? You can simply turn off with `M-x semantic-stickyfunc-mode`.

Semantic needs a php parser to properly get tags, so other tools that depend on it - such as `semantic-stickyfunc-enhance` work properly, To enable for php, you should try to...

Hi, Sorry for the late response. I will update the README soon. For now, if you want to fix, just updat the Org files in `emacs-tutor` directory, and I will...