Lee Hinman
Lee Hinman
When I use: ``` elisp (setq semantic-default-submodes '(global-semantic-idle-scheduler-mode global-semanticdb-minor-mode global-semantic-idle-summary-mode global-semantic-stickyfunc-mode)) (semantic-mode t) ``` Inside of code, the sticky func header is unreadable:  And then, when I copy...
Every time I start emacs and attempt to run: ``` (setq sml/mode-width 'full) (sml/setup) (sml/apply-theme 'dark) ``` I get a warning that applying a theme can execute code, I hit...
When I do a `C-u C-c p i` to invalidate a project's cache, projectile does not list any projects at all. I can still use it without a prefix argument...