Wouldn't getting into a little discreet logic make the transition to CPLD and FPGA that much easier?
I was taught digital design with 74 series chips about 25 years ago and I relearned it all again this year. Some observations:
1) The book I used goes from assuming the reader knows nothing and goes all the way up to CPU design techniques and doesn't mention the 74 series chips once; there's no need to.
2) Digital design with FPGA is much more convenient. Constructing a reasonably sized circuit is so much faster as you're not looking for the right chip, then pushing it onto your breadboard, then wiring it up, etc.
3) The 74 series components constrain your designs. People implementing CPUs with 74 series logic build 4-bit or maybe even 8-bit designs if they have more time and physical space. With FPGA implementation, it takes about the same amount of time and physical space implementing a 32-bit design as it does a 4-bit design.
4) I can work anywhere with FPGA. My smallest laptop (EeePC) and my smallest FPGA board (DE0-Nano) fit into any bag. This is either completely unimportant or
very important for you.
I don't miss the 74 series chips, not for the sort of stuff which I'm working on.