Skip to content

Commit cb8bef4

Browse files
RPBotclaude
andcommitted
Sync emacs-the-best-python-editor with the maintenance update of Emacs: The Best Python Editor?
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent d867710 commit cb8bef4

3 files changed

Lines changed: 131 additions & 40 deletions

File tree

emacs-the-best-python-editor/PyEval/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ black = "*"
1111
jedi = "*"
1212

1313
[requires]
14-
python_version = "3.6"
14+
python_version = "3.14"

emacs-the-best-python-editor/PyEval/Pipfile.lock

Lines changed: 128 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

emacs-the-best-python-editor/init.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
;; Adds the Melpa archive to the list of available repositories
1010
(add-to-list 'package-archives
11-
'("melpa" . "http://melpa.org/packages/") t)
11+
'("melpa" . "https://melpa.org/packages/") t)
1212

1313
;; Initializes the package infrastructure
1414
(package-initialize)
@@ -45,7 +45,7 @@
4545

4646
(setq inhibit-startup-message t) ;; Hide the startup message
4747
(load-theme 'material t) ;; Load material theme
48-
(global-linum-mode t) ;; Enable line numbers globally
48+
(global-display-line-numbers-mode t) ;; Enable line numbers globally
4949

5050
;; ====================================
5151
;; DEVELOPMENT SETUP

0 commit comments

Comments
 (0)