Commit Graph

46 Commits (776173b32b801484b46561bd2c5427dc4798e019)

Author SHA1 Message Date
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 b0a6ca8bf8 Emacs: forward-page bindings and fix 2014-02-23 13:54:39 +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 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 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 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 26d0e192d8 Emacs: skeleton navigation 2014-02-13 17:22:52 +01:00
Pierre Neidhardt 9f76a23790 Emacs: some cc abbrevs 2014-02-13 15:56:13 +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 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 56dfc59a31 Emacs: removed useless snippets 2014-02-10 16:50:35 +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 c68653a8ab Emacs: toggle-trailing-whitespace + fixed DEBUG macro snippet 2013-12-03 15:41:25 +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 b722aa2af8 Emacs: mark-word now also works at EOF 2013-10-22 12:44:38 +02:00
Pierre Neidhardt 979aa8baac Emacs: mark-word overload to mark from the beginning 2013-09-30 19:59:13 +02:00
Pierre Neidhardt e9ba034a03 Eshell: smarter aliases 2013-07-26 20:10:30 +02:00
Pierre Neidhardt d401eaee95 Emacs: shell-last-command function 2013-07-03 14:46:54 +02:00
Pierre Neidhardt 73d26a46bc Emacs: tiny config overhaul. 2013-06-12 22:56:30 +02:00
Pierre Neidhardt 99c74b3ff0 Emacs: a lot of new great functions. 2013-06-11 17:10:02 +02:00
Pierre Neidhardt 82297d0815 Emacs: fixed duplicate line. 2013-06-04 20:30:09 +02:00
Pierre Neidhardt 3b91f1e564 Emacs: elisp eval-and-replace function. 2013-03-18 13:27:07 +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 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 212c33c296 Emacs: list-buffers-switch 2013-02-19 10:38:07 +01:00
Pierre Neidhardt 979f0a2c51 Emacs: dtwi function.
Emacs: shell comments smart indentation.
Shell: while read loops instead of IFS trick.
2013-02-08 00:03:16 +01:00
Pierre Neidhardt 3655967420 Emacs: AWK snippets.
Emacs: my-keys minor more is back and fixed.
2013-02-04 21:32:40 +01:00
Pierre Neidhardt 2eb478caa8 Emacs: remove-dup function. (eq. to sort -u) 2013-01-15 16:15:19 +01:00
Pierre Neidhardt 02b87edf6d Emacs: minor fixes. 2013-01-10 18:22:31 +01:00
Pierre Neidhardt d401566687 Emacs: Zsh-style completion.
Emacs: a lot of fixes.
2013-01-10 17:33:33 +01:00
Ambrevar 0bcc773ff1 Emacs: toggle window split. 2012-12-07 14:34:39 +01:00
Ambrevar 15fced7b1f Emacs: splitted config in subfiles.
Emacs: TeX mode now supports pdf view and compression.
Emacs: C mode will dynamically choose between make or a custom command.
Emacs: Smart-compile is no more used.
2012-10-12 15:23:36 +02:00