Commit Graph

554 Commits (d27ce8bbcc3dbaa6e34bd961ec5a3f9938996013)

Author SHA1 Message Date
Pierre Neidhardt 495561982d Emacs: fixed mode-sh loading 2014-02-26 17:22:42 +01:00
Pierre Neidhardt 5a033e820f Emacs: slight optimization of page-number-mode 2014-02-24 20:07:25 +01:00
Pierre Neidhardt 51ebf75bd5 Emacs: more reasonable defaults for page-number-mode
Was laggy on info files
2014-02-24 19:55:25 +01:00
Pierre Neidhardt 29dfae1d77 Emacs: page-number-mode 2014-02-24 19:45:21 +01:00
Pierre Neidhardt bab8b06816 Emacs: page functions 2014-02-24 19:12:29 +01:00
Pierre Neidhardt 0ca94724c3 Emacs: proper argument parsing in tool-pdf 2014-02-24 14:53:48 +01:00
Pierre Neidhardt 511b16dc2c Emacs: add itranslate-region 2014-02-24 14:28:05 +01:00
Pierre Neidhardt 7858f72185 Emacs: fixed itranslate-lines 2014-02-24 12:47:08 +01:00
Pierre Neidhardt 0d4d8723bf Emacs: tool-itranslate back on track 2014-02-24 12:22:22 +01:00
Pierre Neidhardt 776173b32b Emacs: proper process call in sort-lines-unique 2014-02-23 20:38:10 +01:00
Pierre Neidhardt 67485fe7ad Emacs: translate -> itranslate + call process properly 2014-02-23 20:35:36 +01:00
Pierre Neidhardt ec01bcb340 Emacs: tool-pdf proper process execution 2014-02-23 19:48:24 +01:00
Pierre Neidhardt e60118f890 Emacs: support for guess-style 2014-02-23 18:07:42 +01:00
Pierre Neidhardt 2c7fd5201d Emacs: proper style setting for C 2014-02-23 18:02:40 +01:00
Pierre Neidhardt a0dfad1541 Emacs: using dired-x to toggle hidden files display 2014-02-23 17:22:21 +01:00
Pierre Neidhardt 076052e264 Emacs: icomplete enabled 2014-02-23 14:38:38 +01:00
Pierre Neidhardt 02195d39d1 Emacs: fixed sh-mode loading and getopts skel 2014-02-23 14:00:16 +01:00
Pierre Neidhardt b0a6ca8bf8 Emacs: forward-page bindings and fix 2014-02-23 13:54:39 +01:00
Pierre Neidhardt 263a42144a Emacs: check if translate executable is found 2014-02-23 10:58:26 +01:00
Pierre Neidhardt a107b164dd Emacs: autoloading all third-party modes 2014-02-23 10:50:56 +01:00
Pierre Neidhardt b0bc13bec3 Emacs: PDF tools autoloaded 2014-02-22 19:18:13 +01:00
Pierre Neidhardt 6f867bd42d Emacs: translate is autoloaded 2014-02-22 19:13:39 +01:00
Pierre Neidhardt 63edd40fb5 Emacs: c-offset is only set in C mode 2014-02-22 19:13:19 +01:00
Pierre Neidhardt ecd9d17ecc Emacs: focus on grep/help/occur windows 2014-02-21 20:43:40 +01:00
Pierre Neidhardt a60dee36b7 Emacs: hippie expand + removed some old code 2014-02-21 20:41:11 +01:00
Pierre Neidhardt d5170b14ac Emacs: moved some 'require' inside functions 2014-02-21 20:22:20 +01:00
Pierre Neidhardt fb378d16d2 Emacs: enabled uniquify by default 2014-02-21 20:14:50 +01:00
Pierre Neidhardt dfbd93e053 Emacs: Improved docstrings 2014-02-21 20:08:20 +01:00
Pierre Neidhardt ad8f043b52 Emacs: sorted functions alphabetically 2014-02-21 19:38:49 +01:00
Pierre Neidhardt 613ec98ede Emacs: removed benchmark function since Emacs has emacs-init-time already 2014-02-21 19:23:08 +01:00
Pierre Neidhardt bf3f4b5648 Emacs: print startup time 2014-02-21 15:57:54 +01:00
Pierre Neidhardt 963eaca039 Emacs: separate tex-mode, latex-mode and texinfo-mode 2014-02-21 15:23:25 +01:00
Pierre Neidhardt 011af5350e Emacs: workaround for the tex-hook issue 2014-02-20 14:35:19 +01:00
Pierre Neidhardt 63509e6fde Emacs: change global custom bindings prefix from C-c to C-x 2014-02-20 14:06:47 +01:00
Pierre Neidhardt bdf337676c Emacs: pdf-compress function 2014-02-18 12:13:18 +01:00
Pierre Neidhardt 7cf128a5d5 Updated comments and docs 2014-02-14 01:49:50 +01:00
Pierre Neidhardt a047cda145 Emacs: improved sh-while-getopts 2014-02-13 18:55:06 +01:00
Pierre Neidhardt e3dee12875 Emacs: finished sh skels 2014-02-13 18:40:02 +01:00
Pierre Neidhardt 60e8c60425 Emacs: some sh skels 2014-02-13 18:08:25 +01:00
Pierre Neidhardt b38fbdf0a0 Emacs: bug fixes 2014-02-13 17:42:13 +01:00
Pierre Neidhardt 547f67c8bb Emacs: updated obsolete code 2014-02-13 17:30:36 +01:00
Pierre Neidhardt 26d0e192d8 Emacs: skeleton navigation 2014-02-13 17:22:52 +01:00
Pierre Neidhardt 32719436c2 Emacs: a lot of bugfixes for the new config organization 2014-02-13 16:30:05 +01:00
Pierre Neidhardt 9f76a23790 Emacs: some cc abbrevs 2014-02-13 15:56:13 +01:00
Pierre Neidhardt f14abcbdf8 Emacs: removed useless line 2014-02-12 19:18:44 +01:00
Pierre Neidhardt 6f71e6662a Emacs: various fixes and refactoring
Fixed octave comment char
2014-02-12 18:49:41 +01:00
Pierre Neidhardt b1985f0261 Emacs: moved mode specific data to independent file
Since those files are loaded just-in-time, it speeds up starting time.
2014-02-12 18:31:00 +01:00
Pierre Neidhardt 86e16a2a38 Emacs: JIT mode loading 2014-02-12 17:48:29 +01:00
Pierre Neidhardt 17bd9feade Emacs: changed (autoload) to (require) 2014-02-12 17:37:43 +01:00
Pierre Neidhardt 2f08282b8a Emacs: fixed sh and python interpreter when first line is empty 2014-02-12 16:15:13 +01:00
Pierre Neidhardt 15654e3e2f Emacs: further improvements in printf skeleton 2014-02-11 02:01:22 +01:00
Pierre Neidhardt 26903ae6c0 Emacs: improved printf skeleton 2014-02-11 01:56:20 +01:00
Pierre Neidhardt 1cb803c4dc Emacs: printf skeleton 2014-02-11 00:45:27 +01:00
Pierre Neidhardt 39d87f2480 Emacs: comment fixes 2014-02-10 19:14:56 +01:00
Pierre Neidhardt 46b0fcfd52 Emacs: removed useless auto-insert from C/C++ modes 2014-02-10 18:36:11 +01:00
Pierre Neidhardt 56dfc59a31 Emacs: removed useless snippets 2014-02-10 16:50:35 +01:00
Pierre Neidhardt 679cbaa63a Emacs: removal of the 'light' config ema. 2014-02-10 16:28:09 +01:00
Pierre Neidhardt ea6e340c8b Emacs: removed bashism from getopts snippet 2014-02-10 15:05:10 +01:00
Pierre Neidhardt 2435e348c3 Emacs: fixed u-grave in listing utf-8 table from article snippet 2014-02-10 10:32:14 +01:00
Pierre Neidhardt 8c5fe9cfaa Emacs: sh snippets update 2014-02-08 13:48:42 +01:00
Pierre Neidhardt ccaf9135b8 Merge branch 'master' of bitbucket.org:/ambrevar/home-config 2014-01-27 18:13:20 +01:00
Pierre Neidhardt 457db2730e Emacs: octave comment set to % 2014-01-27 18:12:50 +01:00
Pierre Neidhardt 0eb38702a6 Emacs: po-mode 2014-01-26 10:32:30 +01:00
Pierre Neidhardt c3d680b349 Emacs: fixed message for toggle-tab-indent 2014-01-16 10:31:23 +01:00
Pierre Neidhardt 2c7962b807 Emacs: new calc-eval-line function 2014-01-14 21:48:07 +01:00
Pierre Neidhardt af911fc8c7 Emacs: toggle-word-delim function 2014-01-11 18:06:04 +01:00
Pierre Neidhardt 53ae5144c0 Emacs: added status message to toggle-indent-tabs 2014-01-09 14:51:36 +01:00
Pierre Neidhardt 7fcc4cc0ba Emacs: whitespace mode config and set on by default 2014-01-09 11:53:09 +01:00
Pierre Neidhardt 1336f89f5e Emacs: perl mode 2014-01-07 18:36:07 +01:00
Pierre Neidhardt c6bfd146d7 Scripts: removed useless functions in stdin/files scripts 2014-01-06 11:24:43 +01:00
Pierre Neidhardt 9cb4840fca Emacs shell snippet: notcmd 2014-01-03 19:05:45 +01:00
Pierre Neidhardt 6c7add0ac0 Emacs shell snippets: ifcmd, cmd, check 2014-01-03 18:29:35 +01:00
Pierre Neidhardt c68653a8ab Emacs: toggle-trailing-whitespace + fixed DEBUG macro snippet 2013-12-03 15:41:25 +01:00
Pierre Neidhardt 0fb588c640 Emacs: additional unicode chars supported in LaTeX template. 2013-11-26 19:15:50 +01:00
Pierre Neidhardt 08fec6982e Various fixes 2013-11-14 18:12:57 +01:00
Pierre Neidhardt d2d2e958ed scripts: new script netspeed from shell function. 2013-11-14 16:43:26 +01:00
Pierre Neidhardt 0b936fe2de echopath: created script from alias 2013-11-14 12:32:09 +01:00
Pierre Neidhardt 90d773f01e Emacs: GMP doc support, tex-verbatim font fix, snippets 2013-11-11 13:51:16 +01:00
Pierre Neidhardt 4fa43dd84d Emacs: better paragraph support for markdown mode. 2013-11-01 20:32:07 +01:00
Pierre Neidhardt 0478ab358d Emacs: new ifcmd snippet. 2013-10-30 15:58:39 +01:00
Pierre Neidhardt 0d45055b68 Emacs: disbled auto-fill in org-mode 2013-10-30 15:57:50 +01:00
Pierre Neidhardt 576769fa50 Emacs: translation fix 2013-10-27 14:33:03 +01:00
Pierre Neidhardt 3d4e29742c Emacs: translation functions 2013-10-27 14:28:47 +01:00
Pierre Neidhardt 8fe2e0e303 tc-video-generic: mov support 2013-10-26 16:48:43 +02:00
Pierre Neidhardt c3f3f9a844 Emacs: indentation fix in article snippet 2013-10-24 18:11:07 +02:00
Pierre Neidhardt c3852172fb scripts: protected all "while read" with IFS=.
By default "while read" will strip white space. Setting the IFS makes sure it does not.
2013-10-23 17:44:23 +02:00
Pierre Neidhardt 6ecc20a2f6 Emacs: minor fix 2013-10-23 12:51:09 +02:00
Pierre Neidhardt caa5792112 Emacs: changed getopt snippet for more frequent defaults 2013-10-23 11:44:25 +02:00
Pierre Neidhardt 94e6629592 Emacs: go mode support 2013-10-22 18:31:52 +02:00
Pierre Neidhardt 18f4b00432 Emacs: M-RET does not spli lines in org mode. 2013-10-22 12:44:57 +02:00
Pierre Neidhardt b722aa2af8 Emacs: mark-word now also works at EOF 2013-10-22 12:44:38 +02:00
Pierre Neidhardt 3210261102 Emacs: UTF-8 support in LaTeX listing 2013-10-20 18:19:19 +02:00
Pierre Neidhardt 401bb840b5 Emacs: markdown support
Opportunity to reformat README file
2013-10-18 21:12:00 +02:00
Pierre Neidhardt 7bc502f914 Emacs: align snippet fix 2013-10-16 08:30:49 +02:00
Pierre Neidhardt 31477ecec0 Emacs: TeX math snippets improvement 2013-10-14 20:23:56 +02:00
Pierre Neidhardt 4f07bb60f2 tc-audio-batch: mp4 support 2013-10-12 16:01:46 +02:00
Pierre Neidhardt c2bb8a0393 Emacs: shell 'compile-mode' support 2013-10-07 20:01:45 +02:00
Pierre Neidhardt 1088e51d9f translate: bug fix 2013-10-06 19:56:55 +02:00
Pierre Neidhardt 53e0c87127 git-sync script 2013-10-06 18:23:00 +02:00
Pierre Neidhardt 979aa8baac Emacs: mark-word overload to mark from the beginning 2013-09-30 19:59:13 +02:00
Pierre Neidhardt 5592f9b783 Emacs: fixed doc-view-mode [next] and [previous] keys. 2013-09-30 19:42:07 +02:00
Pierre Neidhardt c6ad6a455b Emacs: latex-math-preview mode
The preview feature is not the most important imo. However the symbol insertion
is awesome!
2013-09-30 19:11:22 +02:00
Pierre Neidhardt caa902eae3 Emacs: texinfo update following tex mode 2013-09-28 17:22:47 +02:00
Pierre Neidhardt 3cc752cea2 Mime: dwb as default web browser 2013-09-26 22:56:56 +02:00
Pierre Neidhardt 39e807c5fd Emacs: orgtbl support for LaTeX. 2013-09-26 12:07:33 +02:00
Pierre Neidhardt cd6f28cdb4 Mutt: pager shows a list of mails 2013-09-24 08:09:34 +02:00
Pierre Neidhardt 092b36b5e3 tex-itemize: fixed case issue 2013-09-21 17:06:51 +02:00
Pierre Neidhardt 1de680eb83 TeX: tex-itemize handy function 2013-09-21 13:03:55 +02:00
Pierre Neidhardt b8b234ce5f Emacs: TeX refactoring + local variable auto parsing 2013-09-17 15:43:45 +02:00
Pierre Neidhardt 40bc472085 Moved hook to .profile level 2013-08-20 14:49:36 +02:00
Pierre Neidhardt a7e6ca035a Emacs: cc-set-compiler fixes 2013-08-05 18:51:27 +02:00
Pierre Neidhardt a413cd5bb1 Comments 2013-07-31 08:35:25 +02:00
Pierre Neidhardt 9f3af44837 Ranger: binding to toggle preivew_images 2013-07-29 19:24:44 +02:00
Pierre Neidhardt eca2e344c4 Updated colors for Emacs and Mutt 2013-07-29 13:56:35 +02:00
Pierre Neidhardt 9b7426b9a7 Emacs theme update 2013-07-29 13:13:41 +02:00
Pierre Neidhardt f9dfbfbe53 Emacs browse-url binding 2013-07-27 18:00:52 +02:00
Pierre Neidhardt e9ba034a03 Eshell: smarter aliases 2013-07-26 20:10:30 +02:00
Pierre Neidhardt 53ef873470 Eshell aliases 2013-07-26 18:58:35 +02:00
Pierre Neidhardt 01bef24497 Emacs eshell config 2013-07-25 23:26:41 +02:00
Pierre Neidhardt 6cb9ff800a Emacs: new shell snippets 2013-07-15 21:50:36 +02:00
Pierre Neidhardt 8b111eaf1d Emacs: removed unused cl function from mode-cc 2013-07-09 19:08:31 +02:00
Pierre Neidhardt f95f693240 Emacs: fixed a lot of big mistakes for compile mode. 2013-07-09 13:22:19 +02:00
Pierre Neidhardt 0ddfdddde3 Emacs: load order fixes 2013-07-09 11:25:15 +02:00
Pierre Neidhardt 5be854c348 Emacs: config cleaning 2013-07-09 10:57:02 +02:00
Pierre Neidhardt cf7b571b81 Emacs: fixed C++ snippets 2013-07-08 18:08:17 +02:00
Pierre Neidhardt ed02f5ac4d Snippets: changed length type to long in loadfile 2013-07-08 14:15:25 +02:00
Pierre Neidhardt 407d309535 Emacs: cc-clean -- call makefile with 'clean' rule 2013-07-06 20:02:05 +02:00
Pierre Neidhardt 8f660b7b78 Emacs: 'loadfile' snippet fix 2013-07-05 16:37:04 +02:00
Pierre Neidhardt d324ec26a0 Emacs: abbrev fixes 2013-07-05 16:36:51 +02:00
Pierre Neidhardt a14dd3efd9 Emacs: attempt to color man pages (does not work) 2013-07-04 17:25:23 +02:00
Pierre Neidhardt 961492416f Emacs: global compilation update, improved support for python, C/C++, TeX 2013-07-04 10:37:18 +02:00
Pierre Neidhardt 8f2d0b0228 Emacs: improved python mode config 2013-07-04 08:39:35 +02:00
Pierre Neidhardt c464f4ff0e Emacs: multi-cursors bindings (again) 2013-07-03 22:27:45 +02:00
Pierre Neidhardt e0437ed0e1 Emacs: multi-cursors bindings 2013-07-03 21:39:45 +02:00
Pierre Neidhardt d510060929 Emacs: big improvements with python compile functions 2013-07-03 20:14:06 +02:00
Pierre Neidhardt d401eaee95 Emacs: shell-last-command function 2013-07-03 14:46:54 +02:00
Pierre Neidhardt 77a1589c99 Emacs: compile binding fix 2013-07-03 14:34:48 +02:00
Pierre Neidhardt 6e495fc573 Emacs: moved init and bookmark files 2013-07-03 14:17:49 +02:00
Pierre Neidhardt 3350026755 Emacs: renamed some files 2013-07-03 14:04:51 +02:00
Pierre Neidhardt 23f303729a Emacs: much better CC compile command 2013-07-03 13:55:42 +02:00
Pierre Neidhardt d600d4191e Emacs: proper version check 2013-07-02 21:42:05 +02:00
Pierre Neidhardt 22fa2a6361 Emacs: wdired can change permissions 2013-06-28 16:52:46 +02:00
Pierre Neidhardt da6e703760 Emacs: fixed theme compatibility 2013-06-28 00:10:51 +02:00
Pierre Neidhardt e4f5a8415e Emacs: dired bindings, mode-line color and buffer size 2013-06-27 17:06:07 +02:00
Pierre Neidhardt 0d4783d3a1 Emacs: eshell, ido, mc to cache folder 2013-06-27 00:36:18 +02:00
Pierre Neidhardt 671ed523da Emacs: font fix for non-server instance 2013-06-26 23:54:50 +02:00
Pierre Neidhardt 5c1dcb8c13 Emacs: dot mode refactoring 2013-06-26 23:53:56 +02:00
Pierre Neidhardt 266ecd02fa Emacs: improved dot mode viewer 2013-06-26 23:51:38 +02:00
Pierre Neidhardt ebcc544c5c Emacs dired bindings 2013-06-26 18:38:32 +02:00
Pierre Neidhardt 3b7e181464 Enacs: specified default font to avoid bad suprises... 2013-06-26 12:19:12 +02:00
Pierre Neidhardt 3648cae8d0 Merge branch 'master' of bitbucket.org:/ambrevar/home-config
Conflicts:
	.emacs.d/main.el
2013-06-25 20:37:23 +02:00
Pierre Neidhardt ceb2d80065 Emacs: commented out quite useless bindings for multi-cursors 2013-06-25 20:35:18 +02:00
Pierre Neidhardt 69e3f83421 Emacs: dired config 2013-06-25 14:26:54 +02:00
Pierre Neidhardt 79bb022c3f Emacs: C snippet: loadfile 2013-06-24 17:27:37 +02:00
Pierre Neidhardt 0c38681b82 Emacs: dedicated windows toggler 2013-06-20 17:26:37 +02:00
Pierre Neidhardt 9373a462da Emacs: generic comments. 2013-06-18 17:14:31 +02:00
Pierre Neidhardt 37f2a21edd Emacs: C-M-e bound to go to next function. 2013-06-17 17:29:23 +02:00
Pierre Neidhardt cd5e132e01 Emacs: linum properly displayed when switching from terminal to graphical frame. 2013-06-17 11:12:18 +02:00
Pierre Neidhardt 1ea67b1cae Emacs only uses desktop mode when launched in server mode. 2013-06-16 16:57:23 +02:00
Pierre Neidhardt 47632dd2ac Emacs desktop session setup. 2013-06-16 14:27:14 +02:00
Pierre Neidhardt 2afdbc4796 Emacs: removed annoying babel temp folder. 2013-06-16 13:06:46 +02:00
Pierre Neidhardt 660a8d5a14 Emacs: using display-graphic-p instead of deprecated variable. 2013-06-16 12:53:34 +02:00
Pierre Neidhardt 263f1dd17a Emacs: using lambda function for fringe space. 2013-06-16 12:52:09 +02:00
Pierre Neidhardt b818e293e2 Emacs: fixed space between linum and body for console Emacs. 2013-06-16 12:42:12 +02:00
Pierre Neidhardt 46714c1bc8 Emacs: fixed unbalanced paren. 2013-06-16 11:59:35 +02:00
Pierre Neidhardt 99e3e430c9 Emacs session enabled + GDB windows fix for Emacs 24.
There is still some dark corners in the changes between GUD 23 and 24. The
source buffer does not display on 24 for now.
2013-06-16 11:53:07 +02:00
Pierre Neidhardt 376bf060da Merge branch 'master' of bitbucket.org:/ambrevar/home-config 2013-06-14 15:54:45 +02:00
Pierre Neidhardt b916e38bfc Remove annoying 'ms' abbrev. 2013-06-14 11:12:31 +02:00
Pierre Neidhardt 1600db2857 Emacs: fixed yasnippet unbalenced parentheses. 2013-06-14 09:21:30 +02:00
Pierre Neidhardt 33fc7cbbac Emacs: yasnippet theme change only for old version 2013-06-13 19:21:18 +02:00
Pierre Neidhardt a87dced503 Emacs yasnippet theme ++ 2013-06-13 17:24:42 +02:00
Pierre Neidhardt 943000ae23 Emacs: big config overhaul. 2013-06-12 23:40:20 +02:00
Pierre Neidhardt 73d26a46bc Emacs: tiny config overhaul. 2013-06-12 22:56:30 +02:00
Pierre Neidhardt 6c08d4c442 Emacs: removed 'suspend' binding and made *-error bindings global. 2013-06-12 17:05:10 +02:00
Pierre Neidhardt 38809b91da Emacs ffap-binding comment. 2013-06-12 00:48:21 +02:00
Pierre Neidhardt 99c74b3ff0 Emacs: a lot of new great functions. 2013-06-11 17:10:02 +02:00
Pierre Neidhardt 84ee74486a Emacs: comments and function name 'python-compile'. 2013-06-11 17:07:01 +02:00
Pierre Neidhardt ae0992addd Emacs: fix for space in file name in python compilation. 2013-06-10 18:11:30 +02:00
Pierre Neidhardt 671d2b9aa5 Merge branch 'master' of bitbucket.org:/ambrevar/home-config 2013-06-07 20:24:05 +02:00
Pierre Neidhardt a3acdb11b9 Emacs: move my-key minor mode to root config file. 2013-06-07 20:17:26 +02:00
Pierre Neidhardt 63725ec723 Emacs fix for cache folder creation. 2013-06-07 17:21:04 +02:00
Pierre Neidhardt 251110cc20 Emacs: set speedbar to slowbar mode by default. 2013-06-07 15:09:28 +02:00
Pierre Neidhardt 59a21c3b3c Awesome comments, Emacs indentation settings. 2013-06-06 17:29:18 +02:00
Pierre Neidhardt 9c75be9acd Emacs: fixed layout for gdb, added bindings for Semantic. 2013-06-06 14:11:52 +02:00
Pierre Neidhardt 433dc5d7aa Emacs use of cache folder variable for backups. 2013-06-05 22:21:40 +02:00
Pierre Neidhardt c0ebb39f48 Merge branch 'master' of bitbucket.org:/ambrevar/home-config 2013-06-05 18:26:26 +02:00
Pierre Neidhardt f596bc53e4 Emacs: removed auto-fill-mode when called from dwb. 2013-06-05 17:50:15 +02:00
Pierre Neidhardt 1651ea1f84 Emacs: improved GUD gdb-many-windows layout. 2013-06-05 16:19:50 +02:00
Pierre Neidhardt 3176d9f042 Emacs: auto-save disable. 2013-06-04 20:51:04 +02:00
Pierre Neidhardt 82297d0815 Emacs: fixed duplicate line. 2013-06-04 20:30:09 +02:00
Pierre Neidhardt 912339cca2 Emacs cache semantic->semanticdb. 2013-06-04 15:33:36 +02:00
Pierre Neidhardt e6e6d88957 Moved env variables to .profile.
Fixed home* scripts.
Various shell fixes.
2013-06-03 20:18:14 +02:00
Pierre Neidhardt 3435dcafdb Emacs: cache folder.
Scripts: minor tweaks.
README: overhauled.
2013-05-31 19:01:32 +02:00
Pierre Neidhardt e2fc119b81 Emacs: Qt support (semantic). 2013-05-30 10:26:49 +02:00
Pierre Neidhardt 4da23fda5d Emacs: various fixes. 2013-05-29 17:41:15 +02:00
Pierre Neidhardt ec7a9fc272 Shell: fixed 'halt' alias. 2013-05-28 19:12:11 +02:00
Pierre Neidhardt b21636efaf Emacs: ediff in one single frame.
README update.
2013-05-27 23:56:42 +02:00
Pierre Neidhardt 9b5457a833 Emacs: semantic tooltip. 2013-05-27 20:36:12 +02:00
Pierre Neidhardt d62684e4f1 Emacs: using rgrep instead of grep-find. 2013-05-27 13:46:07 +02:00
Pierre Neidhardt ab77f746ba Emacs: grep-find ignoring .svn folders.
Homeinit: em and emc fixes.
2013-05-27 13:06:33 +02:00
Pierre Neidhardt 8fefb829ab Emacs: fixed bug with scroll bar not recognized for emacs-nox. 2013-05-26 21:20:11 +02:00
Pierre Neidhardt c1d6086724 Emacs: minor improvements. 2013-05-25 13:43:22 +02:00
Pierre Neidhardt 391ac7881e Emacs: improved support. 2013-05-24 17:23:01 +02:00
Pierre Neidhardt 91abf4c422 Emacs: theme fix, disabled toolbar, improved git support. 2013-05-24 12:03:48 +02:00
Pierre Neidhardt ea0bd30dc9 Emacs: graphical support. 2013-05-24 11:44:23 +02:00
Pierre Neidhardt 7e7fa989f7 Homeinit: smarter conditions.
Emacs: backward compatibility with Emacs 23.
Mutt: fixed regex incompatibility on some build of mutt.
Xresource: set URxvt plugin folder.
2013-05-22 17:35:54 +02:00
Pierre Neidhardt e40f0442c6 Scripts: new homeclean script.
Emacs: improved some snippets.
2013-05-15 11:08:39 +02:00
Pierre Neidhardt 3e0f81d5c6 Netinit: parameter support.
Mutt: *sent* folder now display recipient instead of sender.
2013-05-11 21:16:57 +02:00
Pierre Neidhardt b955b5c9d6 Ranger: resize picture shortcut. 2013-04-30 18:14:24 +02:00
Pierre Neidhardt 53e015ff77 Mutt: Abook support.
Scripts: csv2abook (Google Contacts to Abook)
Homeinit: abook contacts.
2013-04-30 14:17:22 +02:00
Pierre Neidhardt 085d1fa9d1 Titlecase: big overhaul. 2013-04-21 12:50:26 +02:00
Pierre Neidhardt 5409339126 Emacs: C++ mode.
Pkg lists.
Various comments
2013-04-13 20:23:47 +02:00
Pierre Neidhardt b6f0e85a56 Emacs: C++ style comments. 2013-04-08 01:12:10 +02:00
Pierre Neidhardt c6ff2f78a7 Emacs: C compile fix. 2013-04-04 13:14:17 +02:00
Pierre Neidhardt 1352c12cdd Emacs: better Bison/flex integration. 2013-04-02 23:36:14 +02:00
Pierre Neidhardt 593d3fdf0f Emacs: flex+Bison. 2013-04-02 22:44:11 +02:00
Pierre Neidhardt 2eec220b8b Mutt: color fix.
Emacs: flex mode, org mode PDF reader.
2013-03-27 14:32:58 +01:00
Pierre Neidhardt 58fbed4da9 Emacs: misc. 2013-03-26 12:23:42 +01:00
Pierre Neidhardt 3b91f1e564 Emacs: elisp eval-and-replace function. 2013-03-18 13:27:07 +01:00
Pierre Neidhardt 364a7b082d Emacs: texinfo fill-column. 2013-03-17 23:15:55 +01:00
Pierre Neidhardt 9458d9be39 Ranger: texi support.
Emacs: fixed texinfo bugs.
2013-03-17 12:20:32 +01:00
Pierre Neidhardt c969886c6f Emacs: texinfo custom mode. 2013-03-17 09:15:32 +01:00
Pierre Neidhardt ed43a3a77c Emacs: multiple cursors support. 2013-03-16 15:58:50 +01:00
Pierre Neidhardt a67fa92cc9 Newsbeuter: init configuration.
Scripts: Google Reader 2 plain text.
Emacs: better color contrast for diff.
2013-03-15 22:38:01 +01:00
Pierre Neidhardt 6d112c992f Emacs: 'fun' snippet fix.
Xinitrc: removed Consolekit from old crappy desktops.
2013-03-11 22:13:46 +01:00
Pierre Neidhardt 5e37c7592f Emacs: removed xclip from repo, using AUR version instead. 2013-03-08 22:31:01 +01:00
Pierre Neidhardt 889e28d077 *** empty log message *** 2013-03-08 21:40:06 +01:00
Pierre Neidhardt 1b603a109a Ranger: better git integration.
Emacs: delete-trailing-whitespace shortcut.
2013-03-08 15:46:03 +01:00
Pierre Neidhardt 22b6291669 Emacs: custom ldflags option for C compilation.
Emacs: GLSL mode.
Switchdriver: update to match mesa packages.
2013-03-08 08:05:28 +01:00
Pierre Neidhardt 23f1b5e6cb Emacs: ediff forgotten C color in theme. 2013-03-04 23:03:23 +01:00
Pierre Neidhardt cb9807e3ef Git: lol alias.
Misc comments.
2013-03-04 17:31:57 +01:00
Pierre Neidhardt 9836c761aa Emacs: greatly improved color support (region, trailing whitespace in
programming modes, etc.)
2013-03-02 19:34:12 +01:00
Pierre Neidhardt f3d58805f0 Emacs: disable prompting when following symlink to VC.
Emacs: Org mode init.
Git: 'd' alias.
2013-03-01 19:06:47 +01:00
Pierre Neidhardt 23ff69b6b5 Emacs: greatly improved buffer switching, partly thanks to IDO mode.
Emacs: some nice functions improved window resize.
2013-03-01 16:43:21 +01:00
Pierre Neidhardt 83e96e090a Emacs: default mode to text-mode.
Ranger: org file type support (seems to be a mime-type bug by the way).
2013-02-28 22:09:31 +01:00
Pierre Neidhardt 9c6af3eb2e Emacs: run ranger from Emacs.
Emacs: calendar config.
2013-02-27 22:35:16 +01:00
Pierre Neidhardt f4e5c4caf7 Emacs: fixed completion conflict with semantic and Emacs default. 2013-02-27 19:29:09 +01:00
Pierre Neidhardt 880194c092 Emacs: Semantic mode config.
Emacs: auto loading custom plugin folder.
Emacs: electric pairs mode (auto inserting pairs).
Xresources: URxvt Ctl+Shift unicode input disabled.
2013-02-27 18:44:46 +01:00
Pierre Neidhardt 14dae113bb Emacs: TeX pdf compression now supports spaces.
Emacs: tex-clean in LISP, no more shell.
2013-02-26 21:30:27 +01:00
Pierre Neidhardt b97c7e9f40 Emacs: improved tex-pdf-compress code. 2013-02-26 20:57:06 +01:00
Pierre Neidhardt c5aecec97b Emacs: TeX master document support. 2013-02-26 20:38:54 +01:00
Pierre Neidhardt d73db87d11 Emacs: support custom compilers for (La)TeX. 2013-02-26 19:24:52 +01:00
Pierre Neidhardt c766652506 Emacs: fixed BROWSER bug for sudo. 2013-02-26 18:30:31 +01:00
Pierre Neidhardt cbb53ddc37 Emacs: xclip plugin. 2013-02-26 12:04:44 +01:00
Pierre Neidhardt 89e6d27ed0 Shell: improved formatc function. 2013-02-24 11:48:09 +01:00
Pierre Neidhardt a7de42ef3e Emacs: added \ie and \eg to article snippet.
Shell: fixed formatc not being defined.
2013-02-20 17:49:07 +01:00
Pierre Neidhardt 212c33c296 Emacs: list-buffers-switch 2013-02-19 10:38:07 +01:00
Pierre Neidhardt afbc57263e Emacs: new ediff colors. 2013-02-17 21:35:32 +01:00
Pierre Neidhardt c3ac002520 Emacs: personal file. 2013-02-13 17:50:20 +01:00
Pierre Neidhardt 596feffd03 Emacs: comments. 2013-02-10 18:12:48 +01:00