{"id":27601268,"url":"https://github.com/ryuslash/indent-shift","last_synced_at":"2026-02-27T19:02:14.550Z","repository":{"id":17562971,"uuid":"20366323","full_name":"ryuslash/indent-shift","owner":"ryuslash","description":"Shift indentation","archived":false,"fork":false,"pushed_at":"2014-06-04T19:49:22.000Z","size":136,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-22T17:16:59.085Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ryuslash.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-05-31T22:22:40.000Z","updated_at":"2015-05-23T22:03:19.000Z","dependencies_parsed_at":"2022-09-11T03:10:56.701Z","dependency_job_id":null,"html_url":"https://github.com/ryuslash/indent-shift","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryuslash%2Findent-shift","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryuslash%2Findent-shift/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryuslash%2Findent-shift/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryuslash%2Findent-shift/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryuslash","download_url":"https://codeload.github.com/ryuslash/indent-shift/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250285732,"owners_count":21405299,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-22T17:17:02.139Z","updated_at":"2026-02-27T19:02:14.499Z","avatar_url":"https://github.com/ryuslash.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"* indent-shift\n\n  A more general implementation of the =python-indent-shift-left= and\n  =python-indent-shift-right= commands. Basically just changes the\n  indent width variable used to =tab-width= (from =python-indent-offset=).\n\n** Installation\n\n   Download ~shift-indent.el~ and use =package-install-file= to install\n   it. Alternatively you could put it somewhere in your =load-path= and\n   either add some autoloads manually or use =(require 'shift-indent)=.\n\n** Usage\n\n   Bind the commands to some keys and you're ready to go, for example:\n\n   #+BEGIN_SRC emacs-lisp\n     (global-set-key (kbd \"C-\u003c\") 'indent-shift-left)\n     (global-set-key (kbd \"C-\u003e\") 'indent-shift-right)\n   #+END_SRC\n\n   If you want to keep the original Python keybindings, you might not\n   want to use these keys, or you could rebind them locally when\n   =python-mode= starts.\n\n   #+BEGIN_SRC emacs-lisp\n     (add-hook 'python-mode-hook\n               (lambda ()\n                 (local-set-key (kbd \"C-\u003e\") 'python-indent-shift-right)\n                 (local-set-key (kbd \"C-\u003c\") 'python-indent-shift-left)))\n   #+END_SRC\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryuslash%2Findent-shift","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryuslash%2Findent-shift","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryuslash%2Findent-shift/lists"}