* 2020-02-10 Emacs news - Emacs configuration: - [[https://www.youtube.com/watch?v=EX9PKK3EMaw&feature=youtu.be][Using Emacs - 10 - org init file - YouTube]] - Emacs Lisp: - [[https://github.com/skeeto/cl-lib-highlight][cl-lib-highlight: Syntax highlighting for Emacs' cl-lib.]] - [[https://www.reddit.com/r/emacs/comments/f1abxw/rfc_substlet_define_formlocal_macros_without/][{RFC} substlet: Define form-local macros without quoting/unquoting forms, to better organize code without incurring function call overhead]] - [[https://irreal.org/blog/?p=8642][Irreal: Finding Intersections Redux]] - Emacs development: - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=2645ae1222db1df270276b227e5102884466ecb0][* lisp/simple.el (undo-redo): New command]] - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=63fd6c9ef050f8077823b3a45c841dc255257f3b][Support for (box . SIZE) 'cursor-type']] - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=aea12d4903136c057bb14d3fd7683bf7a4e1eff6][Add new filter commands to Package Menu (Bug#38424)]] - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=e287da5a8154d83a97107b64915ccc17e3a086b8][* lisp/emacs-lisp/map.el: Add keyword-only pattern abbreviation]] - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=557b790e0a3fcb2cd4196a3119da3e92647f8def][Add new help command describe-keymap]] - [[http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=f9504ffba2e2604338c243dd77c877bbb8162e4a][* lisp/progmodes/sh-script.el: Remove old non-SMIE indentation code]] - Appearance: - [[https://github.com/emacsfodder/tmtheme-to-emacs][tmtheme-to-emacs: Script to convert a textmate (or SublimeText) Theme to Emacs deftheme]] - [[https://github.com/fernando-jascovich/xfel-mode-line][xfel-mode-line: simple way of using echo area as mode-line]] ([[https://reddit.com/r/emacs/comments/f02ty2/xfelmodeline_simple_way_of_using_echo_area_as/][Reddit]]) - [[https://github.com/john2x/flatui-theme.el/][flatui-theme.el: A color theme for Emacs based on flatuicolors.com]] - [[https://www.reddit.com/r/emacs/comments/ezetx0/doomthemes_screenshots_updated_good_time_to_go/][doom-themes screenshots updated! (good time to go theme-(s)hopping)]] - [[https://github.com/MasterCsquare/mas-doom-themes][mas-doom-themes: abyss / ayu, themes based on doom-themes]] - [[https://youtu.be/B2rjBrnXc_E][Watch "Emacs - 05 - Themes" on YouTube]] - Navigation: - [[https://emacsredux.com/blog/2020/02/06/projectile-2-1/][Emacs Redux: Projectile 2.1]] ([[https://reddit.com/r/planetemacs/comments/ezq36x/emacs_redux_projectile_21/][Reddit]]) - [[https://randomgeekery.org/2020/02/04/goto-address-mode-opens-links-in-emacs/][Use Goto Address Mode to open links in Emacs]] - Org Mode: - [[https://kitchingroup.cheme.cmu.edu/blog/2017/01/03/Find-stuff-in-org-mode-anywhere/][Find stuff in org-mode anywhere]] - [[https://blog.jethro.dev/posts/introducing_org_roam/][Introducing Org-Roam]] ([[https://reddit.com/r/emacs/comments/ezvfmp/introducing_orgroam/][Reddit]]) - [[https://200ok.ch/posts/2020-02-09_creating_org_mode_sparse_trees_in_emacs_and_organice.html][Creating Org mode sparse trees in Emacs and organice]] ([[https://reddit.com/r/emacs/comments/f15rgb/creating_org_mode_sparse_trees_in_emacs_and/][Reddit]]) - [[https://treefactor-docs.nfshost.com/2-commands/3-org-refactor-heading/][org-refactor-heading : Treefactor documentation]] - [[https://i.imgur.com/7mzEdhf.gif][org-graph-view-graphviz: interactive, visual Org outline views: themed, clickable, and zoomable]] ([[https://reddit.com/r/emacs/comments/eyuehj/orggraphviewgraphviz_interactive_visual_org/][Reddit]]) - [[https://youtu.be/qCdScs4YO8k][Watch "Emacs: Introduction to ORG-CAPTURE" on YouTube]] - [[https://www.reddit.com/r/emacs/comments/f0guym/annrfc_doct_declarative_org_capture_templates_new/][{ANN/RFC} DOCT: Declarative Org Capture Templates new features! :custom, :contexts]] - [[https://christiantietze.de/posts/2018/05/emacs-org-mode-global-capture-macos/][Global TODO Capture Hotkey for Emacs Org Mode on macOS]] - [[https://cyberthal-docs.nfshost.com/textmind/2-by-part/org-mode/org-id/][Textmind relies on org-id's GUIDs (Globally Unique IDentifiers) to anchor links. Read more here ...]] - [[https://www.reddit.com/r/emacs/comments/f18x0v/orgmode_for_developers/][org-mode for developers]] - [[https://github.com/l3kn/org-el-cache/][org-el-cache: Persistent cache for data derived from org-elements]] - Coding: - [[https://oremacs.com/2015/01/17/setting-up-ediff/][Setting up Ediff · (or emacs]] - [[https://www.travishinkelman.com/post/getting-started-with-chez-scheme-and-emacs/][Getting started with Chez Scheme and Emacs on macOS and Windows | Travis Hinkelman]] - [[https://github.com/jonsmithers/vim-html-template-literals][vim-html-template-literals: Syntax highlighting for html template literals in javascript (as in lit-html and polymer 3)]] - [[https://www.reddit.com/r/emacs/comments/f1ayo1/magit_is_like_git_at_the_speed_of_thought/][Magit is like Git at the speed of thought]] - [[https://learnings.desipenguin.com/post/vuejs-with-doom-emacs-nvm/][Setup Doom Emacs to work with Vue.js and nvm]] - [[https://www.reddit.com/r/emacs/comments/f0sm07/lspmode_now_supports_autoimport/][lsp-mode now supports auto-import]] - [[https://github.com/emacs-lsp/lsp-mode/wiki/Install-Angular-Language-server][Install Angular Language server · emacs-lsp/lsp-mode Wiki · GitHub]] - [[https://metaredux.com/posts/2019/12/23/hard-cider-dealing-with-multiple-project-markers.html][Hard CIDER: Dealing with Multiple Project Markers]] - Community: - [[https://www.meetup.com/Emacs-SF/events/268277124/][Emacs Oakland Meetup (February 8, 2020)]] - [[https://fosdem.org/2020/schedule/events/][Over 550 videos of 870 talks from FOSDEM 2020 have now been uploaded]] ([[https://reddit.com/r/programming/comments/ezbka7/over_550_videos_of_870_talks_from_fosdem_2020/][Reddit]]) - [[https://www.reddit.com/r/emacs/comments/eymwl9/weekly_tipstricketc_thread/][Weekly tips/trick/etc/ thread]] - Other: - [[https://thomashartmann.dev/blog/tips-and-tricks-for-the-fledgling-emacs-user/][Tips and tricks for the fledgling Emacs user]] - [[https://zachinto2020.wordpress.com/2020/01/23/emacs-productivity-tricks-hacks/][Emacs – Productivity Tricks/Hacks – Zach into 2020]] - [[https://www.reddit.com/r/emacs/comments/eycyp2/blog_post_tips_and_tricks_from_the_manual/][{blog post} Tips and tricks from the manual]] - [[https://www.reddit.com/r/emacs/comments/f10z64/emacs_the_100_extendable_text_editor/][Emacs - The 100% Extendable Text Editor]] - [[https://irreal.org/blog/?p=8640][Irreal: Restoring the Elfeed Default Filter]] - [[https://www.reddit.com/r/emacs/comments/f03s7s/somafmel_a_simple_somafm_interface/][somafm.el -- A simple soma.fm interface]] - [[https://posts.michaelks.org/emacs-default-macos-text-editor/][Setting Emacs as the default text editor for all files on macOS]] ([[https://reddit.com/r/emacs/comments/f0e4yu/setting_emacs_as_the_default_text_editor_for_all/][Reddit]]) - [[https://cestlaz.github.io/post/using-emacs-66-eshell-elisp/][Using Emacs 66 - an eshell switchert in elisp]] ([[https://reddit.com/r/emacs/comments/f0rioi/using_emacs_66_an_eshell_switchert_in_elisp/][Reddit]]) - [[https://github.com/alphapapa/unpackaged.el#filter-hydra][unpackaged/elfeed-filter-hydra: Easily configure Elfeed filters with a Hydra]] ([[https://reddit.com/r/emacs/comments/f0x9d8/unpackagedelfeedfilterhydra_easily_configure/][Reddit]]) - [[https://github.com/zmaas/evil-unimpaired][evil-unimpaired: Port of evil-unimpaired code from spacemacs, for general evil use.]] - [[https://github.com/jimeh/build-emacs-for-macos][build-emacs-for-macos: How I automated patching and building of Emac.app on OSX.]] - [[https://github.com/timvisher/vimgolf.el][vimgolf.el: VimGolf interface for the One True Editor]] - [[https://gist.github.com/zdm0/07b28c14b4d8b03139efb5a1a3b7e628][My own small emacs "package" to upload to various simple pastebin services. Critique/advice welcome.]] ([[https://reddit.com/r/emacs/comments/eyzp9z/my_own_small_emacs_package_to_upload_to_various/][Reddit]]) - [[https://youtu.be/jwz7aYUWIbM][Watch "Emacs: introduction to GNUS" on YouTube]] - New packages: - http://melpa.org/#/vs-light-theme: Visual Studio IDE light theme - http://melpa.org/#/vs-dark-theme: Visual Studio IDE dark theme - http://melpa.org/#/osx-plist: Apple plist file parser - http://melpa.org/#/lavenderless-theme: A colorless theme inspired by Lavender - http://melpa.org/#/competitive-programming-snippets: Competitive Programming snippets for Yasnippet - http://melpa.org/#/autobuild: Define and execute build rules and compilation pipelines 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/2020-02][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]]