Emacs auto-complete-mode at startup

I think you can do it in various ways. To enable it globally you should use (global-auto-complete-mode t) But it uses auto-complete-mode-maybe, which turn AC on only those listed in ac-modes. You can add them manually just like this (add-to-list ‘ac-modes ‘sql-mode) You can make your own list if you wish AC be active only … Read more

Do you use Emacs tabbar?

I’ve tried using it, but I felt it constraint my workflow rather than improve it. There are a lot of excellent Emacs modes to help with the organization of many buffers and I simply don’t feel mapping buffers to tabs is one of those ways. Just think about the most basic scenario – a lot … Read more

Evil Mode best practice? [closed]

I used a highly customized vim, and now use an even more customized emacs. I think you’ll find every instance of keymapping in my keymapping config file https://github.com/mbriggs/.emacs.d-oldv2/blob/master/init/init-keymaps.el Keep in mind, I am rebinding stuff that real emacs users would consider heresy, so YMMV if you ever want to learn “real” emacs (I really don’t). … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)