unofficial mirror of emacs-tangents@gnu.org
 help / color / mirror / Atom feed
* 2019-12-23 Emacs news
@ 2019-12-24 11:13 Sacha Chua
  0 siblings, 0 replies; only message in thread
From: Sacha Chua @ 2019-12-24 11:13 UTC (permalink / raw)
  To: emacs-tangents


[-- Attachment #1.1: Type: text/plain, Size: 11109 bytes --]

2019-12-23 Emacs news
=====================

  - Emacs configuration:
    - [Doom Emacs - Getting Started] (<https://youtu.be/dr_iBj91eeI>) (21:32)
    - [emacs : set up config 01 (init file & org file for literate programming) - YouTube] (<https://www.youtube.com/watch?v=HaCIn5gvJ84&amp;feature=youtu.be>)
    - [Christian Baeuerlein's Emacs Configuration] (<https://emacs.christianbaeuerlein.com/>)
    - [My emacs configuration - including org-mode and custom theme] (<https://emacs.christianbaeuerlein.com>) ([Reddit] (<https://reddit.com/r/emacs/comments/ee9k1o/my_emacs_configuration_including_orgmode_and/>))
    - [How normal can I make emacs?] (<https://www.reddit.com/r/emacs/comments/edlpn7/how_normal_can_i_make_emacs/>)
    - [How I build my own spacemacs: Part I] (<https://sam217pa.github.io/2016/08/30/how-to-make-your-own-spacemacs/>)
    - [How I tamed my Emacs] (<https://emacs.readthedocs.io/en/latest/>)
  - Emacs Lisp:
    - [aftersave.el: Convenient way to add after-save hooks on the fly] (<https://github.com/roman/aftersave.el>)
    - [elisp-json-rpc: A JSON-RPC 1.0 and 2.0 library for Emacs Lisp. It uses the HTTP transport method.] (<https://github.com/skeeto/elisp-json-rpc>)
    - [Irreal: Emacs As Your Shell] (<https://irreal.org/blog/?p=8528>)
    - [Manuel Uberti: Developing Helm actions] (<http://manuel-uberti.github.io//emacs/2019/12/23/helm-actions/>)
  - Emacs development:
    - [Irreal: John Wiegley on Emacs 27] (<https://irreal.org/blog/?p=8535>)
    - [Bump Emacs version to 28.0.50] (<http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=64fe67beff937fe6279f073dcfe28b15a2a811f9>)
    - [Added `comint-password-function' hook] (<http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=3df7d06d4187d402e4df1177461862af638d96de>)
    - [New variable set-message-function to show message at the end of the minibuffer] (<http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=485b423e8f0df2711a850be7f254665f64ab0bdb>)
    - [backup-by-copying-when-privileged-mismatch applies to file gid, too.] (<http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=678a71ea2d044f19f75e3f45c930c5e3b707e3dc>)
    - [Add new function `python-shell-send-statement'] (<http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=9b7f3b0f5774d994311af84d86465c77f00791e5>)
    - [Allow control of data amount read from subprocess in one chunk] (<http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=cc78faee7d23dd0433ba537818a68cbd20fa52a3>)
  - Navigation:
    - [Undo Fu: Simple, stable undo with redo for emacs.] (<https://gitlab.com/ideasman42/emacs-undo-fu>)
    - [At the helm of my configuration – manu.el] (<https://manuel-uberti.github.io/emacs/2019/11/16/helm/>)
    - [Emacs: FZF integration with ace-window (Ivy actions)] (<https://youtu.be/I3BvGZ3m8Oo>) (7:15)
    - [Trabajo con ventanas y buffers - Notxor tiene un blog] (<https://notxor.nueva-actitud.org/blog/2019/11/30/trabajo-con-ventanas-y-buffers/>)
    - [Watch "Emacs: fuzzy find files (fzf, ripgrep, Ivy+Counsel)" on YouTube] (<https://youtu.be/IDkx48JwDco>)
  - Org Mode:
    - [Org-mode Workflow: A Preview] (<https://blog.jethro.dev/posts/org_mode_workflow_preview/>)
    - [org-autosort: Sort entries in org files automatically] (<https://github.com/yantar92/org-autosort>)
    - [An HTML template system for org-mode] (<https://juanjose.garciaripoll.com/blog/org-mode-html-templates/index.html>)
    - [Putting All Your Pelican Posts in One Org File] (<http://blog.nawaz.org/posts/2019/Dec/put-all-your-pelican-posts-in-one-org-file/>) ([Reddit] (<https://reddit.com/r/emacs/comments/ed1y3a/putting_all_your_pelican_posts_in_one_org_file/>))
    - [Advice on conducting an Emacs+Org-mode workshop] (<https://www.reddit.com/r/emacs/comments/edla84/advice_on_conducting_an_emacsorgmode_workshop/>)
    - [Creative writing with Emacs] (<https://jacmoes.wordpress.com/2019/09/24/creative-writing-with-emacs/>) ([Reddit] (<https://www.reddit.com/r/emacs/comments/edugjz/emacs_for_creative_writing_blogpost/>))
    - [Has anybody here tried the Roam Research notetaking tool and compared it with org-mode?] (<https://www.reddit.com/r/emacs/comments/ebrw2l/has_anybody_here_tried_the_roam_research/>)
    - [How I switched from Goodreads to Org-mode for maintaining my reading list] (<https://lepisma.xyz/2017/06/29/leaving-goodreads/index.html>)
  - Coding:
    - [Condor-Emacs: A C, C++ IDE based on Emacs] (<https://github.com/apemangr/Condor-Emacs/>)
    - [Configuration tweaks to seamlessly switch from 'auto-complete-mode' to 'company-mode'.] (<https://github.com/company-mode/company-mode/wiki/Switching-from-AC>)
    - [emacs-tcr-mode: 'Test & Commit || Revert' minor mode plugin for Emacs.] (<https://github.com/mdbergmann/emacs-tcr-mode>)
    - [Any rubyists here? I wrote a little compilation mode for pronto] (<https://github.com/julianrubisch/pronto.el>) ([Reddit] (<https://reddit.com/r/emacs/comments/edn0uc/any_rubyists_here_i_wrote_a_little_compilation/>))
    - [Intero for Emacs: A Complete interactive development program for Haskell] (<https://haskell-lang.org/intero>) ([Reddit] (<https://reddit.com/r/planetemacs/comments/eddz89/intero_for_emacs_a_complete_interactive/>))
    - [Major mode for Emacs for editing MATLAB code, and running MATLAB in an inferior shell] (<https://sourceforge.net/projects/matlab-emacs/>)
    - [Enterprise Java Development in Emacs | skybert.net] (<http://www.skybert.net/emacs/enterprise-java-development-in-emacs/>)
  - Mail:
    - [Mu4e vs. Gnus vs. NotMuch for emacs email] (<https://www.reddit.com/r/emacs/comments/ebite6/mu4e_vs_gnus_vs_notmuch_for_emacs_email/>)
  - Spacemacs:
    - [Emacs for Vim users: Getting started with the Spacemacs text editor] (<https://opensource.com/article/19/12/spacemacs>) ([Reddit] (<https://reddit.com/r/spacemacs/comments/ecfs7x/emacs_for_vim_users_getting_started_with_the/>))
  - Community:
    - [Help Bastien secure some free time for org-mode in 2020] (<https://lists.gnu.org/archive/html/emacs-orgmode/2019-12/msg00273.html>) ([Reddit] (<https://reddit.com/r/emacs/comments/ebuauu/help_bastien_secure_some_free_time_for_orgmode_in/>))
    - [Weekly tips/trick/etc/ thread] (<https://www.reddit.com/r/emacs/comments/ebt1ab/weekly_tipstricketc_thread/>)
    - [Videos recording of talks from Emacs NYC Meetups] (<https://emacsnyc.org/videos.html>) ([Reddit] (<https://reddit.com/r/planetemacs/comments/ece308/videos_recording_of_talks_from_emacs_nyc_meetups/>))
    - [What feature of emacs you tried in 2019 and now you can't live without?] (<https://www.reddit.com/r/emacs/comments/eemb76/what_feature_of_emacs_you_tried_in_2019_and_now/>)
  - Other:
    - [emacspeak: Speaking Of Chess: Speech-Enabling Emacs Chess In Emacspeak] (<https://emacspeak.blogspot.com/2019/12/speaking-of-chess-speech-enabling-emacs.html>)
    - [linkd-mode is a system for recognizing special s-expressions in all kinds of text files, and causing these "lisp hot spots" to become interactive when viewed within GNU Emacs.] (<https://web.archive.org/web/20120327034810/http://dto.github.com/notebook/linkd.html>)
    - [Switching to Emacs] (<https://youtu.be/FLjbKuoBlXs>) ([Reddit] (<https://reddit.com/r/emacs/comments/edsy45/switching_to_emacs/>))
    - [Installing Emacs Documentation on POP!_os · Random Geekery] (<https://randomgeekery.org/2019/12/01/installing-emacs-documentation-on-pop_os/>)
    - [Let it snow in Emacs!] (<https://v.redd.it/1osw220bi9641>) ([Reddit] (<https://reddit.com/r/emacs/comments/eebgla/let_it_snow_in_emacs/>))
    - [media.ccc.de - State of Retro Gaming in Emacs] (<https://media.ccc.de/v/c4.openchaos.2019.11.retro-gaming-emacs>)
    - [Introducción a Emacs - Notxor tiene un blog] (<https://notxor.nueva-actitud.org/blog/2019/11/26/introduccion-a-emacs/>)
    - [Emacs on windows 10 experience ( again ?)] (<https://www.reddit.com/r/emacs/comments/ecrknk/emacs_on_windows_10_experience_again/>)
    - [Create ASCII Chessboards with Emacs' Keyboard Macros] (<https://tech.tonyballantyne.com/emacs/chessboards/>)
    - [Marcin Borkowski: rot13 and other Caesar ciphers in Emacs] (<http://mbork.pl/2019-12-16_rot13_and_other_Caesar_ciphers_in_Emacs>)
    - [Marcin Borkowski: Counting sentences in emails] (<http://mbork.pl/2019-12-23_Counting_sentences_in_emails>)
    - [The Plain Person’s Guide to Plain Text Social Science] (<http://plain-text.co/index.html>) ([Irreal] (<https://irreal.org/blog/?p=8537>))
  - New packages:
    - atcoder-tools <http://melpa.org/#/atcoder-tools>: An atcoder-tools client
    - cl-font-lock <http://melpa.org/#/cl-font-lock>: Pretty Common Lisp font locking
    - flames-of-freedom <http://melpa.org/#/flames-of-freedom>: The flames of freedom
    - flycheck-swiftx <http://melpa.org/#/flycheck-swiftx>: Flycheck: Swift backend
    - flyspell-correct-avy-menu <http://melpa.org/#/flyspell-correct-avy-menu>: Correcting words with flyspell via avy-menu interface
    - git-backup-ivy <http://melpa.org/#/git-backup-ivy>: An ivy interface to git-backup
    - gnome-screencast <http://melpa.org/#/gnome-screencast>: Use Gnome screen recording functionality using elisp
    - helm-switch-shell <http://melpa.org/#/helm-switch-shell>: A Helm source for switching between shell buffers
    - ivy-fuz <http://melpa.org/#/ivy-fuz>: Integration between fuz and ivy.
    - lsp-mssql <http://melpa.org/#/lsp-mssql>: MSSQL LSP bindings
    - minsk-theme <http://melpa.org/#/minsk-theme>: Minsk, a theme in deep muted greens
    - nix-env-install <http://melpa.org/#/nix-env-install>: Install packages using nix-env
    - speedbar-git-respect <http://melpa.org/#/speedbar-git-respect>: Particular respect git repo in speedbar
    - treefactor <http://melpa.org/#/treefactor>: Restructure your messy Org documents
    - undo-fu <http://melpa.org/#/undo-fu>: Undo helper with redo
    - vscdark-theme <http://melpa.org/#/vscdark-theme>: VS Code Dark+ like theme
    - xonsh-mode <http://melpa.org/#/xonsh-mode>: Major mode for editing xonshrc files
    - zim-wiki-mode <http://melpa.org/#/zim-wiki-mode>: Zim Desktop Wiki edit mode
    - windower <https://elpa.gnu.org/packages/windower.html>: Helper functions for window manipulation.
    - elisp-benchmarks <https://elpa.gnu.org/packages/elisp-benchmarks.html>: elisp benchamrks collection

  Links from [reddit.com/r/emacs] (<http://reddit.com/r/emacs>), [r/orgmode] (<http://reddit.com/r/orgmode>), [r/spacemacs] (<http://reddit.com/r/spacemacs>), [r/planetemacs] (<http://reddit.com/r/planetemacs>), [Hacker News] (<https://hn.algolia.com/?query=emacs&sort=byDate&prefix&page=0&dateRange=all&type=story>), [planet.emacslife.com] (<https://planet.emacslife.com>), [YouTube] (<https://www.youtube.com/results?search_query=emacs&search_sort=video_date_uploaded>), [the Emacs NEWS file] (<http://git.savannah.gnu.org/cgit/emacs.git/log/etc/NEWS>) and [emacs-devel] (<http://lists.gnu.org/archive/html/emacs-devel/2019-12>).


You're receiving this message via the Emacs Tangents mailing list.
View list info/unsubscribe: https://lists.gnu.org/mailman/listinfo/emacs-tangents

[-- Attachment #1.2: Type: text/html, Size: 13066 bytes --]

[-- Attachment #2: emacs-news.org --]
[-- Type: text/x-org, Size: 10512 bytes --]

* 2019-12-23 Emacs news
- Emacs configuration:
  - [[https://youtu.be/dr_iBj91eeI][Doom Emacs - Getting Started]] (21:32)
  - [[https://www.youtube.com/watch?v=HaCIn5gvJ84&amp;feature=youtu.be][emacs : set up config 01 (init file & org file for literate programming) - YouTube]]
  - [[https://emacs.christianbaeuerlein.com/][Christian Baeuerlein's Emacs Configuration]]
  - [[https://emacs.christianbaeuerlein.com][My emacs configuration - including org-mode and custom theme]] ([[https://reddit.com/r/emacs/comments/ee9k1o/my_emacs_configuration_including_orgmode_and/][Reddit]])
  - [[https://www.reddit.com/r/emacs/comments/edlpn7/how_normal_can_i_make_emacs/][How normal can I make emacs?]]
  - [[https://sam217pa.github.io/2016/08/30/how-to-make-your-own-spacemacs/][How I build my own spacemacs: Part I]]
  - [[https://emacs.readthedocs.io/en/latest/][How I tamed my Emacs]]
- Emacs Lisp:
  - [[https://github.com/roman/aftersave.el][aftersave.el: Convenient way to add after-save hooks on the fly]]
  - [[https://github.com/skeeto/elisp-json-rpc][elisp-json-rpc: A JSON-RPC 1.0 and 2.0 library for Emacs Lisp. It uses the HTTP transport method.]]
  - [[https://irreal.org/blog/?p=8528][Irreal: Emacs As Your Shell]]
  - [[http://manuel-uberti.github.io//emacs/2019/12/23/helm-actions/][Manuel Uberti: Developing Helm actions]]
- Emacs development:
  - [[https://irreal.org/blog/?p=8535][Irreal: John Wiegley on Emacs 27]]
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=64fe67beff937fe6279f073dcfe28b15a2a811f9][Bump Emacs version to 28.0.50]]
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=3df7d06d4187d402e4df1177461862af638d96de][Added `comint-password-function' hook]]
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=485b423e8f0df2711a850be7f254665f64ab0bdb][New variable set-message-function to show message at the end of the minibuffer]]
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=678a71ea2d044f19f75e3f45c930c5e3b707e3dc][backup-by-copying-when-privileged-mismatch applies to file gid, too.]]
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=9b7f3b0f5774d994311af84d86465c77f00791e5][Add new function `python-shell-send-statement']]
  - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=cc78faee7d23dd0433ba537818a68cbd20fa52a3][Allow control of data amount read from subprocess in one chunk]]
- Navigation:
  - [[https://gitlab.com/ideasman42/emacs-undo-fu][Undo Fu: Simple, stable undo with redo for emacs.]]
  - [[https://manuel-uberti.github.io/emacs/2019/11/16/helm/][At the helm of my configuration – manu.el]]
  - [[https://youtu.be/I3BvGZ3m8Oo][Emacs: FZF integration with ace-window (Ivy actions)]] (7:15)
  - [[https://notxor.nueva-actitud.org/blog/2019/11/30/trabajo-con-ventanas-y-buffers/][Trabajo con ventanas y buffers - Notxor tiene un blog]]
  - [[https://youtu.be/IDkx48JwDco][Watch "Emacs: fuzzy find files (fzf, ripgrep, Ivy+Counsel)" on YouTube]]
- Org Mode:
  - [[https://blog.jethro.dev/posts/org_mode_workflow_preview/][Org-mode Workflow: A Preview]]
  - [[https://github.com/yantar92/org-autosort][org-autosort: Sort entries in org files automatically]]
  - [[https://juanjose.garciaripoll.com/blog/org-mode-html-templates/index.html][An HTML template system for org-mode]]
  - [[http://blog.nawaz.org/posts/2019/Dec/put-all-your-pelican-posts-in-one-org-file/][Putting All Your Pelican Posts in One Org File]] ([[https://reddit.com/r/emacs/comments/ed1y3a/putting_all_your_pelican_posts_in_one_org_file/][Reddit]])
  - [[https://www.reddit.com/r/emacs/comments/edla84/advice_on_conducting_an_emacsorgmode_workshop/][Advice on conducting an Emacs+Org-mode workshop]]
  - [[https://jacmoes.wordpress.com/2019/09/24/creative-writing-with-emacs/][Creative writing with Emacs]] ([[https://www.reddit.com/r/emacs/comments/edugjz/emacs_for_creative_writing_blogpost/][Reddit]])
  - [[https://www.reddit.com/r/emacs/comments/ebrw2l/has_anybody_here_tried_the_roam_research/][Has anybody here tried the Roam Research notetaking tool and compared it with org-mode?]]
  - [[https://lepisma.xyz/2017/06/29/leaving-goodreads/index.html][How I switched from Goodreads to Org-mode for maintaining my reading list]]
- Coding:
  - [[https://github.com/apemangr/Condor-Emacs/][Condor-Emacs: A C, C++ IDE based on Emacs]]
  - [[https://github.com/company-mode/company-mode/wiki/Switching-from-AC][Configuration tweaks to seamlessly switch from 'auto-complete-mode' to 'company-mode'.]]
  - [[https://github.com/mdbergmann/emacs-tcr-mode][emacs-tcr-mode: 'Test & Commit || Revert' minor mode plugin for Emacs.]]
  - [[https://github.com/julianrubisch/pronto.el][Any rubyists here? I wrote a little compilation mode for pronto]] ([[https://reddit.com/r/emacs/comments/edn0uc/any_rubyists_here_i_wrote_a_little_compilation/][Reddit]])
  - [[https://haskell-lang.org/intero][Intero for Emacs: A Complete interactive development program for Haskell]] ([[https://reddit.com/r/planetemacs/comments/eddz89/intero_for_emacs_a_complete_interactive/][Reddit]])
  - [[https://sourceforge.net/projects/matlab-emacs/][Major mode for Emacs for editing MATLAB code, and running MATLAB in an inferior shell]]
  - [[http://www.skybert.net/emacs/enterprise-java-development-in-emacs/][Enterprise Java Development in Emacs | skybert.net]]
- Mail:
  - [[https://www.reddit.com/r/emacs/comments/ebite6/mu4e_vs_gnus_vs_notmuch_for_emacs_email/][Mu4e vs. Gnus vs. NotMuch for emacs email]]
- Spacemacs:
  - [[https://opensource.com/article/19/12/spacemacs][Emacs for Vim users: Getting started with the Spacemacs text editor]] ([[https://reddit.com/r/spacemacs/comments/ecfs7x/emacs_for_vim_users_getting_started_with_the/][Reddit]])
- Community:
  - [[https://lists.gnu.org/archive/html/emacs-orgmode/2019-12/msg00273.html][Help Bastien secure some free time for org-mode in 2020]] ([[https://reddit.com/r/emacs/comments/ebuauu/help_bastien_secure_some_free_time_for_orgmode_in/][Reddit]])
  - [[https://www.reddit.com/r/emacs/comments/ebt1ab/weekly_tipstricketc_thread/][Weekly tips/trick/etc/ thread]]
  - [[https://emacsnyc.org/videos.html][Videos recording of talks from Emacs NYC Meetups]] ([[https://reddit.com/r/planetemacs/comments/ece308/videos_recording_of_talks_from_emacs_nyc_meetups/][Reddit]])
  - [[https://www.reddit.com/r/emacs/comments/eemb76/what_feature_of_emacs_you_tried_in_2019_and_now/][What feature of emacs you tried in 2019 and now you can't live without?]]
- Other:
  - [[https://emacspeak.blogspot.com/2019/12/speaking-of-chess-speech-enabling-emacs.html][emacspeak: Speaking Of Chess: Speech-Enabling Emacs Chess In Emacspeak]]
  - [[https://web.archive.org/web/20120327034810/http://dto.github.com/notebook/linkd.html][linkd-mode is a system for recognizing special s-expressions in all kinds of text files, and causing these "lisp hot spots" to become interactive when viewed within GNU Emacs.]]
  - [[https://youtu.be/FLjbKuoBlXs][Switching to Emacs]] ([[https://reddit.com/r/emacs/comments/edsy45/switching_to_emacs/][Reddit]])
  - [[https://randomgeekery.org/2019/12/01/installing-emacs-documentation-on-pop_os/][Installing Emacs Documentation on POP!_os · Random Geekery]]
  - [[https://v.redd.it/1osw220bi9641][Let it snow in Emacs!]] ([[https://reddit.com/r/emacs/comments/eebgla/let_it_snow_in_emacs/][Reddit]])
  - [[https://media.ccc.de/v/c4.openchaos.2019.11.retro-gaming-emacs][media.ccc.de - State of Retro Gaming in Emacs]]
  - [[https://notxor.nueva-actitud.org/blog/2019/11/26/introduccion-a-emacs/][Introducción a Emacs - Notxor tiene un blog]]
  - [[https://www.reddit.com/r/emacs/comments/ecrknk/emacs_on_windows_10_experience_again/][Emacs on windows 10 experience ( again ?)]]
  - [[https://tech.tonyballantyne.com/emacs/chessboards/][Create ASCII Chessboards with Emacs' Keyboard Macros]]
  - [[http://mbork.pl/2019-12-16_rot13_and_other_Caesar_ciphers_in_Emacs][Marcin Borkowski: rot13 and other Caesar ciphers in Emacs]]
  - [[http://mbork.pl/2019-12-23_Counting_sentences_in_emails][Marcin Borkowski: Counting sentences in emails]]
  - [[http://plain-text.co/index.html][The Plain Person’s Guide to Plain Text Social Science]] ([[https://irreal.org/blog/?p=8537][Irreal]])
- New packages:
  - http://melpa.org/#/atcoder-tools: An atcoder-tools client
  - http://melpa.org/#/cl-font-lock: Pretty Common Lisp font locking
  - http://melpa.org/#/flames-of-freedom: The flames of freedom
  - http://melpa.org/#/flycheck-swiftx: Flycheck: Swift backend
  - http://melpa.org/#/flyspell-correct-avy-menu: Correcting words with flyspell via avy-menu interface
  - http://melpa.org/#/git-backup-ivy: An ivy interface to git-backup
  - http://melpa.org/#/gnome-screencast: Use Gnome screen recording functionality using elisp
  - http://melpa.org/#/helm-switch-shell: A Helm source for switching between shell buffers
  - http://melpa.org/#/ivy-fuz: Integration between fuz and ivy.
  - http://melpa.org/#/lsp-mssql: MSSQL LSP bindings
  - http://melpa.org/#/minsk-theme: Minsk, a theme in deep muted greens
  - http://melpa.org/#/nix-env-install: Install packages using nix-env
  - http://melpa.org/#/speedbar-git-respect: Particular respect git repo in speedbar
  - http://melpa.org/#/treefactor: Restructure your messy Org documents
  - http://melpa.org/#/undo-fu: Undo helper with redo
  - http://melpa.org/#/vscdark-theme: VS Code Dark+ like theme
  - http://melpa.org/#/xonsh-mode: Major mode for editing xonshrc files
  - http://melpa.org/#/zim-wiki-mode: Zim Desktop Wiki edit mode
  - https://elpa.gnu.org/packages/windower.html: Helper functions for window manipulation.
  - https://elpa.gnu.org/packages/elisp-benchmarks.html: elisp benchamrks collection

Links from [[http://reddit.com/r/emacs][reddit.com/r/emacs]], [[http://reddit.com/r/orgmode][r/orgmode]], [[http://reddit.com/r/spacemacs][r/spacemacs]], [[http://reddit.com/r/planetemacs][r/planetemacs]], [[https://hn.algolia.com/?query=emacs&sort=byDate&prefix&page=0&dateRange=all&type=story][Hacker News]], [[https://planet.emacslife.com][planet.emacslife.com]], [[https://www.youtube.com/results?search_query=emacs&search_sort=video_date_uploaded][YouTube]], [[http://git.savannah.gnu.org/cgit/emacs.git/log/etc/NEWS][the Emacs NEWS file]] and [[http://lists.gnu.org/archive/html/emacs-devel/2019-12][emacs-devel]].


You're receiving this message via the Emacs Tangents mailing list.
[[https://lists.gnu.org/mailman/listinfo/emacs-tangents][View list info/unsubscribe]]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-12-24 11:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-24 11:13 2019-12-23 Emacs news Sacha Chua

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).