spacemacs/layers/+spacemacs
duianto 38752beffa Descriptive rename function file variables
problem:
the variable names: `dir`, `name`, and `filename` leads to confusion if they are
the old or new names

solution:
add the prefix `old-` to match `new-`,
use (`old-` `new-`) + `short-name` for just the `file.ext` (the `short-` idea
came from the `spacemacs/rename-file` function that's defined above this one),
and `old-full-path` instead of `old-filename` makes it clear that it's not just
the files name and extension.
2019-11-03 22:05:14 +01:00
..
spacemacs-completion Keep ~C-h~ binding in =counsel-find-file-map= only for hjkl navigation 2019-10-30 18:18:54 +01:00
spacemacs-defaults Descriptive rename function file variables 2019-11-03 22:05:14 +01:00
spacemacs-editing Bump undo limits to avoid frequent No further undo information 2019-08-20 22:54:46 -04:00
spacemacs-editing-visual documentation formatting: Tue May 28 14:41:10 UTC 2019 2019-05-28 17:43:54 +03:00
spacemacs-evil Add transient state keys _, j, k 2019-07-14 22:56:57 +02:00
spacemacs-language [doc] Fix typos and add missing/remove extra ~ 2019-06-01 20:40:22 +02:00
spacemacs-layouts [ivy] Fix spacemacs/layouts-ts-close-other 2019-10-19 23:20:55 +02:00
spacemacs-misc documentation formatting: Tue May 28 14:41:10 UTC 2019 2019-05-28 17:43:54 +03:00
spacemacs-modeline documentation formatting: Tue May 28 14:41:10 UTC 2019 2019-05-28 17:43:54 +03:00
spacemacs-navigation [centered-cursor-mode] add command to ignored commands 2019-09-16 17:37:42 +03:00
spacemacs-org documentation formatting: Tue May 28 14:41:10 UTC 2019 2019-05-28 17:43:54 +03:00
spacemacs-project Fix copied dir not in minibuffer, clipboard disabled 2019-06-17 09:20:01 +02:00
spacemacs-purpose purpose: Add chat and mail purposes 2019-06-09 21:47:21 +02:00
spacemacs-visual Update references to macOS 2019-10-13 12:04:40 +02:00